about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-02-24 14:52:07 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-02-24 14:52:07 +0100
commit01134358a0b3fe2792204bb61098a6b592fc6348 (patch)
tree3b2a17fddfb4689f6ea86a18b7c271a8630a787c /pkgs/servers
parente2f81c0f30ec12071af7afa9d9d70f20b2e816e1 (diff)
downloadnixlib-01134358a0b3fe2792204bb61098a6b592fc6348.tar
nixlib-01134358a0b3fe2792204bb61098a6b592fc6348.tar.gz
nixlib-01134358a0b3fe2792204bb61098a6b592fc6348.tar.bz2
nixlib-01134358a0b3fe2792204bb61098a6b592fc6348.tar.lz
nixlib-01134358a0b3fe2792204bb61098a6b592fc6348.tar.xz
nixlib-01134358a0b3fe2792204bb61098a6b592fc6348.tar.zst
nixlib-01134358a0b3fe2792204bb61098a6b592fc6348.zip
zabbix60: 6.0.21 -> 6.0.26
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
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/monitoring/zabbix/versions.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/zabbix/versions.nix b/pkgs/servers/monitoring/zabbix/versions.nix
index a106edbf9056..6fe89a17c357 100644
--- a/pkgs/servers/monitoring/zabbix/versions.nix
+++ b/pkgs/servers/monitoring/zabbix/versions.nix
@@ -1,7 +1,7 @@
 generic: {
   v60 = generic {
-    version = "6.0.21";
-    hash = "sha256-hdKPI5UEQvF/URH2eLWW32az3LMEse3UXIELOsfvwzk=";
+    version = "6.0.26";
+    hash = "sha256-MIOKe5hqfDecB1oWZKzbFmJCsQLuAGtp21l2WxxVG+g=";
     vendorHash = null;
   };