From d1169faae4e67037f4e98799b8ffdec7ebe89f45 Mon Sep 17 00:00:00 2001 From: bstanderline <153822813+bstanderline@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:41:10 +0000 Subject: [PATCH] zabbix70: 7.0.22 -> 7.0.23 (cherry picked from commit c4448c63a7e5614cd32db488ec162740f5580dde) --- pkgs/servers/monitoring/zabbix/versions.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/monitoring/zabbix/versions.nix b/pkgs/servers/monitoring/zabbix/versions.nix index f8a9d9bc2acb..c4f0911afa3f 100644 --- a/pkgs/servers/monitoring/zabbix/versions.nix +++ b/pkgs/servers/monitoring/zabbix/versions.nix @@ -8,8 +8,8 @@ generic: { hash = "sha256-twEwY7nGJWoYX25gAe/31DuDGxg6o5Ez1u5STQVw6Fw="; }; v70 = generic { - version = "7.0.22"; - hash = "sha256-enR5SyEkYH2ANr42zBBNoFai+2U4EchKy+KfP22Xhgo="; + version = "7.0.23"; + hash = "sha256-Q+pfyx5dsl50vcg+qJNtebgJO2FK9OiJQXSFvHTwYeI="; }; v60 = generic { version = "6.0.43";