From fff5fc20f297252fa480c7e123153d5e77cfa0c6 Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Wed, 19 Aug 2026 17:40:00 +0200 Subject: [PATCH] nginxMainline: 1.31.3 -> 1.31.4 https://nginx.org/en/CHANGES https://github.com/nginx/nginx/releases/tag/release-1.31.4 (cherry picked from commit 4be16741e954f52f3809343fb5b2f3bb37449d1b) --- 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 6ebaf7704ae6..97033bf0b185 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.31.3"; - hash = "sha256-p2V8UIEcLZLZiVOV6Lhz72A5gULE2yHrZHgRw49t1SU="; + version = "1.31.4"; + hash = "sha256-5vILZEoXpkPwWa5kZ6GXH+KBFYfQJeBxBodTofHjs8M="; }