zabbix: add Zabbix 7.4 version (#421739)

This commit is contained in:
2025-07-04 22:31:52 +02:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
@@ -1,4 +1,8 @@
generic: {
v74 = generic {
version = "7.4.0";
hash = "sha256-e9VvzYM1nhFoLv9BLVOgzrnjmEPdveDwnrl/qsgKH6I=";
};
v72 = generic {
version = "7.2.10";
hash = "sha256-US+TP6qtCT3LlnELWR93t7nf8A1Y1xRPI+300GA1v8g=";
+1
View File
@@ -10843,6 +10843,7 @@ with pkgs;
server = server-pgsql;
};
zabbix74 = recurseIntoAttrs (zabbixFor "v74");
zabbix72 = recurseIntoAttrs (zabbixFor "v72");
zabbix70 = recurseIntoAttrs (zabbixFor "v70");
zabbix60 = recurseIntoAttrs (zabbixFor "v60");