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
This commit is contained in:
Leona Maroni
2026-07-15 22:28:14 +02:00
parent 6fadb09232
commit 16d3d4fb6d

View File

@@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.31.2";
hash = "sha256-ryqVfEHaY23cT4g+RSPG0UC0eE285CAAw2SuUJKqRzw=";
version = "1.31.3";
hash = "sha256-p2V8UIEcLZLZiVOV6Lhz72A5gULE2yHrZHgRw49t1SU=";
}