about summary refs log tree commit diff
path: root/pkgs/servers/http/openresty
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-03-21 00:52:56 +0000
committerAustin Seipp <aseipp@pobox.com>2020-03-24 11:37:44 -0500
commit7be86f3b3c2699fc437f2e4808ce38abff8cca74 (patch)
treeff98247023dc13c3daec52d6bda08c058e0a0b4a /pkgs/servers/http/openresty
parent4052f9b84948efe777fc09830749ca8237f6dd74 (diff)
downloadnixlib-7be86f3b3c2699fc437f2e4808ce38abff8cca74.tar
nixlib-7be86f3b3c2699fc437f2e4808ce38abff8cca74.tar.gz
nixlib-7be86f3b3c2699fc437f2e4808ce38abff8cca74.tar.bz2
nixlib-7be86f3b3c2699fc437f2e4808ce38abff8cca74.tar.lz
nixlib-7be86f3b3c2699fc437f2e4808ce38abff8cca74.tar.xz
nixlib-7be86f3b3c2699fc437f2e4808ce38abff8cca74.tar.zst
nixlib-7be86f3b3c2699fc437f2e4808ce38abff8cca74.zip
openresty: 1.15.8.2 -> 1.15.8.3
Diffstat (limited to 'pkgs/servers/http/openresty')
-rw-r--r--pkgs/servers/http/openresty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/openresty/default.nix b/pkgs/servers/http/openresty/default.nix
index 55e813a2ce72..4b5b4259ca43 100644
--- a/pkgs/servers/http/openresty/default.nix
+++ b/pkgs/servers/http/openresty/default.nix
@@ -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: