mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
nginxMainline: 1.27.0 -> 1.27.1
Fixes CVE-2024-7347
Changes:
https://nginx.org/en/CHANGES
(cherry picked from commit 694024f07d
)
This commit is contained in:
parent
b5cefb00d8
commit
979e2f6b06
@ -1,6 +1,6 @@
|
||||
{ callPackage, ... }@args:
|
||||
|
||||
callPackage ./generic.nix args {
|
||||
version = "1.27.0";
|
||||
hash = "sha256-tyMOPPh+qi1LC8VqrckgqWDHhzuZkaG2b/zAj8ZQEpw=";
|
||||
version = "1.27.1";
|
||||
hash = "sha256-vXumimzh6jdot3HH4qtJVaWfsbGujVVP7bbCMEEEvfw=";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user