nixpkgs/pkgs/servers/http/nginx/mainline.nix
Raito Bezarius ce39f53682
nginxMainline: 1.27.3 -> 1.27.4
Due to https://www.openwall.com/lists/oss-security/2025/02/05/8.

Fix CVE-2025-23419.

Change-Id: Iaac69b5071f02f608cb895338f42f15f7ac25831
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2025-02-11 02:53:31 +01:00

7 lines
149 B
Nix

{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.27.4";
hash = "sha256-KUgW+HmzAOYh+k7dU1PdHsALrbBWOZ7Osw3n22S3U7I=";
}