mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
openresty: 1.27.1.2 -> 1.31.1.1
https://openresty.org/en/changelog-1031001.html (1.31.x) https://openresty.org/en/changelog-1029002.html (1.29.x) Fixes: CVE-2026-1642 CVE-2026-9256 CVE-2026-27651 CVE-2026-27654 CVE-2026-27784 CVE-2026-28753 CVE-2026-28755 CVE-2026-32647 CVE-2026-40460 CVE-2026-40701 CVE-2026-42934 CVE-2026-42945 CVE-2026-42946
This commit is contained in:
parent
e9f301fcf7
commit
e9f2aca3d1
1 changed files with 2 additions and 2 deletions
|
|
@ -16,12 +16,12 @@
|
|||
|
||||
callPackage ../nginx/generic.nix args rec {
|
||||
pname = "openresty";
|
||||
version = "1.27.1.2";
|
||||
version = "1.31.1.1";
|
||||
nginxVersion = lib.concatStringsSep "." (lib.init (lib.splitString "." version));
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://openresty.org/download/openresty-${version}.tar.gz";
|
||||
hash = "sha256-dPB29+NksqmabF+btTHCdhDHiYWr6Va0QrGSoilfdUg=";
|
||||
hash = "sha256-ZbeLqt0/CYQFXeib8T9KGTLlv+nDGTIDehNOorGgzkI=";
|
||||
};
|
||||
|
||||
# generic.nix applies fixPatch on top of every patch defined there.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue