aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2020-09-11 13:35:13 -0300
committerGitHub <noreply@github.com>2020-09-11 13:35:13 -0300
commitbbafcaa9c6bd46c594d3fea73ec2920dd918fa96 (patch)
tree607e146ebe25fcfb6e261e387e616d55e49f8a34 /pkgs/servers/http
parent607f5a6755dddb0b6ecce5bb227234db1a527501 (diff)
parentaca8ce740bb5930a51376876b02a6d0f462ec0c6 (diff)
Merge pull request #97078 from bbigras/openresty
openresty: 1.15.8.3 -> 1.17.8.2
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/openresty/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/http/openresty/default.nix b/pkgs/servers/http/openresty/default.nix
index d845d92ec8a5..734dfb041403 100644
--- a/pkgs/servers/http/openresty/default.nix
+++ b/pkgs/servers/http/openresty/default.nix
@@ -8,12 +8,12 @@
callPackage ../nginx/generic.nix args rec {
pname = "openresty";
- nginxVersion = "1.15.8";
- version = "${nginxVersion}.3";
+ nginxVersion = "1.17.8";
+ version = "${nginxVersion}.2";
src = fetchurl {
url = "https://openresty.org/download/openresty-${version}.tar.gz";
- sha256 = "1a1la7vszv1parsnhphydblz64ffhycazncn3ividnvqg2mg735n";
+ sha256 = "1813w33hjm1hcqvl3b3f67qgi5zfjiqg6s01hiy12a5j3jqilcig";
};
fixPatch = patch: let name = patch.name or (builtins.baseNameOf patch); in