We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ffed59 + 1c05d6e commit fb2d32eCopy full SHA for fb2d32e
pkgs/servers/monitoring/zabbix/versions.nix
@@ -1,4 +1,9 @@
1
generic: {
2
+ v72 = generic {
3
+ version = "7.2.5";
4
+ hash = "sha256-DQGzk90isqYLNvs3qY/PEIHGg62Ygyot3YeUOhIAg54=";
5
+ vendorHash = null;
6
+ };
7
v70 = generic {
8
version = "7.0.11";
9
hash = "sha256-r9VNy3bRuFvJAL+ZQEbKjCAS3+AvetnWAwFjLxFVuGU=";
pkgs/top-level/all-packages.nix
@@ -12712,6 +12712,7 @@ with pkgs;
12712
server = server-pgsql;
12713
};
12714
12715
+ zabbix72 = recurseIntoAttrs (zabbixFor "v72");
12716
zabbix70 = recurseIntoAttrs (zabbixFor "v70");
12717
zabbix60 = recurseIntoAttrs (zabbixFor "v60");
12718
zabbix64 = recurseIntoAttrs (zabbixFor "v64");
0 commit comments