nixos-config/packages/zabbix/versions.nix

17 lines
362 B
Nix
Raw Normal View History

2022-09-21 21:38:36 +02:00
generic: {
latest = generic {
2023-05-30 11:46:10 +02:00
version = "6.4.3";
sha256 = "sha256-d0dGH4PbRjmeCrqb2S9UGoZfilyA3t1K0743i4Q8RtI=";
2022-09-21 21:38:36 +02:00
};
v50 = generic {
version = "5.0.19";
sha256 = "sha256-esa7DczdaWiG8Ru9py8HlOhvhkjV8IQjMwuiJ6F5c6E=";
};
v40 = generic {
version = "4.0.37";
sha256 = "sha256-Wuexl8I2zA63jyTRDe8bMSP++imwSOxc4LEdUnH8jps=";
};
}