From 95b501060b5c5630741df40083bf7a21856ebaf9 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 9 Oct 2024 06:42:21 +0100 Subject: [PATCH] nginxMainline: 1.27.1 -> 1.27.2 Changes: https://nginx.org/en/CHANGES (cherry picked from commit a1047559594d7235a9965564ab809c144689dd41) --- 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 a50ffca6f09a..97da62f5af4b 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.1"; - hash = "sha256-vXumimzh6jdot3HH4qtJVaWfsbGujVVP7bbCMEEEvfw="; + version = "1.27.2"; + hash = "sha256-qR7Pw6CzosFBOvymJ72IbXbgQUuBytD7eHKpZVobJfo="; }