openresty: 1.19.3.2 -> 1.19.9.1
https://openresty.org/en/changelog-1019009.html
This commit is contained in:
parent
1f2b8b7b63
commit
e41b098f16
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue