nixpkgs/pkgs/servers/http/nginx/stable.nix
Thomas Gerbet b5cefb00d8 nginx: 1.26.1 -> 1.26.2
Fixes CVE-2024-7347

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

7 lines
151 B
Nix

{ callPackage, ... } @ args:
callPackage ./generic.nix args {
version = "1.26.2";
hash = "sha256-Yn/ghiCbuoCihToK3Z2VjX673/oahGeleEyaa08D1zg=";
}