mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
694024f07d
Fixes CVE-2024-7347 Changes: https://nginx.org/en/CHANGES
6 lines
149 B
Nix
6 lines
149 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix args {
|
|
version = "1.27.1";
|
|
hash = "sha256-vXumimzh6jdot3HH4qtJVaWfsbGujVVP7bbCMEEEvfw=";
|
|
}
|