zabbix: add version 6.4

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2024-07-17 22:32:33 +02:00
parent 7d3b77d66f
commit bb8a4831e5
No known key found for this signature in database
GPG Key ID: 074048E893713170
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,9 @@
generic: {
v64 = generic {
version = "6.4.15";
hash = "sha256-CtmNCuzDVchijinWcop3lGUTVGS2JbiQCbmusyXBQvY=";
vendorHash = null;
};
v60 = generic {
version = "6.0.26";
hash = "sha256-MIOKe5hqfDecB1oWZKzbFmJCsQLuAGtp21l2WxxVG+g=";

View File

@ -26716,6 +26716,7 @@ with pkgs;
};
zabbix60 = recurseIntoAttrs (zabbixFor "v60");
zabbix64 = recurseIntoAttrs (zabbixFor "v64");
zabbix50 = recurseIntoAttrs (zabbixFor "v50");
zabbix = zabbix60;