nixpkgs/pkgs/servers/monitoring/zabbix/versions.nix
Florian Brandes cb68f11dc5
zabbix: add 7.0 LTS version
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-08-13 17:55:06 +02:00

24 lines
606 B
Nix

generic: {
v70 = generic {
version = "7.0.2";
hash = "sha256-QnlBW8zvcuyF+fmrIf/o43Mf61volBYReReADpRfoYA=";
vendorHash = null;
};
v64 = generic {
version = "6.4.15";
hash = "sha256-CtmNCuzDVchijinWcop3lGUTVGS2JbiQCbmusyXBQvY=";
vendorHash = null;
};
v60 = generic {
version = "6.0.26";
hash = "sha256-MIOKe5hqfDecB1oWZKzbFmJCsQLuAGtp21l2WxxVG+g=";
vendorHash = null;
};
v50 = generic {
version = "5.0.41";
hash = "sha256-pPvw0lPoK1IpsXc5c8Qu9zFhx2oHJz2bwiX80vrYa58=";
vendorHash = "sha256-qLDoNnEFiSrWXbLtYlmQaqY8Rv6JaG8WbMYBlry5Evc=";
};
}