mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
https://github.com/nginx/nginx/releases/tag/release-1.31.3 fixes: - CVE-2026-42533 - CVE-2026-60005 - CVE-2026-56434
7 lines
149 B
Nix
7 lines
149 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix args {
|
|
version = "1.31.3";
|
|
hash = "sha256-p2V8UIEcLZLZiVOV6Lhz72A5gULE2yHrZHgRw49t1SU=";
|
|
}
|