zabbix: add Zabbix 7.4 version (#421739)

This commit is contained in:
Florian 2025-07-04 22:31:52 +02:00 committed by GitHub
commit 7b46100242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -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=";

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");