Merge pull request #139624 from ncfavier/openresty-bump

This commit is contained in:
Sandro 2021-09-28 23:51:12 +02:00 committed by GitHub
commit 381498f9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
callPackage ../nginx/generic.nix args rec {
pname = "openresty";
nginxVersion = "1.19.3";
version = "${nginxVersion}.2";
nginxVersion = "1.19.9";
version = "${nginxVersion}.1";
src = fetchurl {
url = "https://openresty.org/download/openresty-${version}.tar.gz";
sha256 = "1fav3qykckqcyw9ksi8s61prpwab44zbcvj95rwfpfqgk5jffh6f";
sha256 = "1xn1d0x2y63z0mi0qq3js6lz6ziba92r7vyyfkj1qc738vjz8vsp";
};
# generic.nix applies fixPatch on top of every patch defined there. This