nixpkgs/pkgs/servers/http/nginx/mainline.nix
Thomas Gerbet 979e2f6b06 nginxMainline: 1.27.0 -> 1.27.1
Fixes CVE-2024-7347

Changes:
https://nginx.org/en/CHANGES
(cherry picked from commit 694024f07d)
2024-08-18 16:04:55 +00:00

7 lines
149 B
Nix

{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.27.1";
hash = "sha256-vXumimzh6jdot3HH4qtJVaWfsbGujVVP7bbCMEEEvfw=";
}