mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
01134358a0
Fixes CVE-2024-22119 / https://support.zabbix.com/browse/ZBX-24070 Changes: https://www.zabbix.com/rn/rn6.0.26 https://www.zabbix.com/rn/rn6.0.25 https://www.zabbix.com/rn/rn6.0.24 https://www.zabbix.com/rn/rn6.0.23 https://www.zabbix.com/rn/rn6.0.22
14 lines
335 B
Nix
14 lines
335 B
Nix
generic: {
|
|
v60 = generic {
|
|
version = "6.0.26";
|
|
hash = "sha256-MIOKe5hqfDecB1oWZKzbFmJCsQLuAGtp21l2WxxVG+g=";
|
|
vendorHash = null;
|
|
};
|
|
|
|
v50 = generic {
|
|
version = "5.0.41";
|
|
hash = "sha256-pPvw0lPoK1IpsXc5c8Qu9zFhx2oHJz2bwiX80vrYa58=";
|
|
vendorHash = "sha256-qLDoNnEFiSrWXbLtYlmQaqY8Rv6JaG8WbMYBlry5Evc=";
|
|
};
|
|
}
|