Skip to content

Commit fb2d32e

Browse files
authored
zabbix: add Zabbix 7.2 version (#372271)
2 parents 2ffed59 + 1c05d6e commit fb2d32e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pkgs/servers/monitoring/zabbix/versions.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
generic: {
2+
v72 = generic {
3+
version = "7.2.5";
4+
hash = "sha256-DQGzk90isqYLNvs3qY/PEIHGg62Ygyot3YeUOhIAg54=";
5+
vendorHash = null;
6+
};
27
v70 = generic {
38
version = "7.0.11";
49
hash = "sha256-r9VNy3bRuFvJAL+ZQEbKjCAS3+AvetnWAwFjLxFVuGU=";

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12712,6 +12712,7 @@ with pkgs;
1271212712
server = server-pgsql;
1271312713
};
1271412714

12715+
zabbix72 = recurseIntoAttrs (zabbixFor "v72");
1271512716
zabbix70 = recurseIntoAttrs (zabbixFor "v70");
1271612717
zabbix60 = recurseIntoAttrs (zabbixFor "v60");
1271712718
zabbix64 = recurseIntoAttrs (zabbixFor "v64");

0 commit comments

Comments
 (0)