From ce39f53682acc2f2553bb5d2d2efbc8c9488b83e Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 5 Feb 2025 21:17:30 +0100 Subject: [PATCH] nginxMainline: 1.27.3 -> 1.27.4 Due to https://www.openwall.com/lists/oss-security/2025/02/05/8. Fix CVE-2025-23419. Change-Id: Iaac69b5071f02f608cb895338f42f15f7ac25831 Signed-off-by: Raito Bezarius --- pkgs/servers/http/nginx/mainline.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/http/nginx/mainline.nix b/pkgs/servers/http/nginx/mainline.nix index cd314ea48f8f..0060f6de1791 100644 --- a/pkgs/servers/http/nginx/mainline.nix +++ b/pkgs/servers/http/nginx/mainline.nix @@ -1,6 +1,6 @@ { callPackage, ... }@args: callPackage ./generic.nix args { - version = "1.27.3"; - hash = "sha256-uiOpVo9EIDa2HNDim9ZqR7kGNO+pHgss8tcZBXqbeQM="; + version = "1.27.4"; + hash = "sha256-KUgW+HmzAOYh+k7dU1PdHsALrbBWOZ7Osw3n22S3U7I="; }