From d6c19d6f5ef0b387b260e16f2fa0ff1c1cfa5bca Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 17 Apr 2025 06:25:53 +0100 Subject: [PATCH] nginxMainline: 1.27.4 -> 1.27.5 Changes: https://github.com/nginx/nginx/releases/tag/release-1.27.5 --- 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 0060f6de1791..e4ece30ec374 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.4"; - hash = "sha256-KUgW+HmzAOYh+k7dU1PdHsALrbBWOZ7Osw3n22S3U7I="; + version = "1.27.5"; + hash = "sha256-6WrOu5wqbbigAMPdGzLsuhuBDwzVhiMtTZIeN2Z03Q4="; }