openresty: 1.15.8.2 -> 1.15.8.3

This commit is contained in:
Emily 2020-03-21 00:52:56 +00:00 committed by Austin Seipp
parent 4052f9b849
commit 7be86f3b3c

View File

@ -9,11 +9,11 @@
callPackage ../nginx/generic.nix args rec {
pname = "openresty";
nginxVersion = "1.15.8";
version = "${nginxVersion}.2";
version = "${nginxVersion}.3";
src = fetchurl {
url = "https://openresty.org/download/openresty-${version}.tar.gz";
sha256 = "05jxrb8hv758nm38jil8n63q1nhrz3d249bsrwc7maa7sn24wss3";
sha256 = "1a1la7vszv1parsnhphydblz64ffhycazncn3ividnvqg2mg735n";
};
fixPatch = patch: