summary refs log tree commit diff
path: root/pkgs/servers/http/openresty
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2020-09-04 00:38:04 -0400
committerBruno Bigras <bigras.bruno@gmail.com>2020-09-04 00:38:04 -0400
commitaca8ce740bb5930a51376876b02a6d0f462ec0c6 (patch)
tree204ca5cedb04327d1da3170116f36d6e96203d1c /pkgs/servers/http/openresty
parent14b70e8fc8a3f09dfacb183c366be9ef0dab7c9c (diff)
downloadnixpkgs-aca8ce740bb5930a51376876b02a6d0f462ec0c6.tar
nixpkgs-aca8ce740bb5930a51376876b02a6d0f462ec0c6.tar.gz
nixpkgs-aca8ce740bb5930a51376876b02a6d0f462ec0c6.tar.bz2
nixpkgs-aca8ce740bb5930a51376876b02a6d0f462ec0c6.tar.lz
nixpkgs-aca8ce740bb5930a51376876b02a6d0f462ec0c6.tar.xz
nixpkgs-aca8ce740bb5930a51376876b02a6d0f462ec0c6.tar.zst
nixpkgs-aca8ce740bb5930a51376876b02a6d0f462ec0c6.zip
openresty: 1.15.8.3 -> 1.17.8.2
Diffstat (limited to 'pkgs/servers/http/openresty')
-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 d845d92ec8a..734dfb04140 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