zabbix: add version 6.4

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-06-08 17:21:15 +02:00
parent cd6038fbba
commit b5e50b621c
2 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,9 @@
generic: {
v64 = generic {
version = "6.4.1";
hash = "sha256-Mx5d4aaFbeKF2aoNJsMQqvbS/akGQ5e9kT0cS7dn+MA=";
vendorHash = null;
};
v60 = generic {
version = "6.0.26";
hash = "sha256-MIOKe5hqfDecB1oWZKzbFmJCsQLuAGtp21l2WxxVG+g=";

View File

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