nginxMainline: 1.27.0 -> 1.27.1

Fixes CVE-2024-7347

Changes:
https://nginx.org/en/CHANGES
(cherry picked from commit 694024f07d)
This commit is contained in:
Thomas Gerbet 2024-08-15 19:55:22 +02:00 committed by github-actions[bot]
parent b5cefb00d8
commit 979e2f6b06

View File

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.27.0";
hash = "sha256-tyMOPPh+qi1LC8VqrckgqWDHhzuZkaG2b/zAj8ZQEpw=";
version = "1.27.1";
hash = "sha256-vXumimzh6jdot3HH4qtJVaWfsbGujVVP7bbCMEEEvfw=";
}