From 9490b4e08591b8ea0ae7e56b281b025ae223878c Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 5 Feb 2025 21:17:53 +0100 Subject: [PATCH] nginxStable: 1.26.2 -> 1.26.3 Due to https://www.openwall.com/lists/oss-security/2025/02/05/8. Fix CVE-2025-23419. Change-Id: I2a341a55467ee67f77f0b133a8e9d3e6243249eb Signed-off-by: Raito Bezarius --- pkgs/servers/http/nginx/stable.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/http/nginx/stable.nix b/pkgs/servers/http/nginx/stable.nix index e1c69c4263b0..d331ba630117 100644 --- a/pkgs/servers/http/nginx/stable.nix +++ b/pkgs/servers/http/nginx/stable.nix @@ -1,6 +1,6 @@ { callPackage, ... }@args: callPackage ./generic.nix args { - version = "1.26.2"; - hash = "sha256-Yn/ghiCbuoCihToK3Z2VjX673/oahGeleEyaa08D1zg="; + version = "1.26.3"; + hash = "sha256-ae4rI3dEA25h0kuDZmiq0wQN2kYf5vVw8Xh+q1cMdao="; }