openresty: 1.19.3.2 -> 1.19.9.1

https://openresty.org/en/changelog-1019009.html
This commit is contained in:
Naïm Favier 2021-09-27 12:54:46 +02:00
parent 1f2b8b7b63
commit e41b098f16
No known key found for this signature in database
GPG key ID: 49B07322580B7EE2

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