zabbix: add version 6.4
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
7d3b77d66f
commit
bb8a4831e5
@ -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=";
|
||||
|
@ -26716,6 +26716,7 @@ with pkgs;
|
||||
};
|
||||
|
||||
zabbix60 = recurseIntoAttrs (zabbixFor "v60");
|
||||
zabbix64 = recurseIntoAttrs (zabbixFor "v64");
|
||||
zabbix50 = recurseIntoAttrs (zabbixFor "v50");
|
||||
|
||||
zabbix = zabbix60;
|
||||
|
Loading…
Reference in New Issue
Block a user