Files
nixpkgs/pkgs/servers/http/nginx/mainline.nix
Leona Maroni 16d3d4fb6d nginxMainline: 1.31.2 -> 1.31.3
https://github.com/nginx/nginx/releases/tag/release-1.31.3

fixes:
- CVE-2026-42533
- CVE-2026-60005
- CVE-2026-56434
2026-07-15 22:32:45 +02:00

7 lines
149 B
Nix

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