summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-22 02:17:37 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-22 02:17:37 -0700
commit03d2c7f8a779dc97104d4ad3c684e4d320db411c (patch)
tree9c2748ff8226392ae246b88589f692d9e30471e9 /pkgs/servers
parent8abe5ee07ee6b23fb014709f01bb161a62407a44 (diff)
downloadnixpkgs-03d2c7f8a779dc97104d4ad3c684e4d320db411c.tar
nixpkgs-03d2c7f8a779dc97104d4ad3c684e4d320db411c.tar.gz
nixpkgs-03d2c7f8a779dc97104d4ad3c684e4d320db411c.tar.bz2
nixpkgs-03d2c7f8a779dc97104d4ad3c684e4d320db411c.tar.lz
nixpkgs-03d2c7f8a779dc97104d4ad3c684e4d320db411c.tar.xz
nixpkgs-03d2c7f8a779dc97104d4ad3c684e4d320db411c.tar.zst
nixpkgs-03d2c7f8a779dc97104d4ad3c684e4d320db411c.zip
openresty: 1.13.6.2 -> 1.15.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openresty/versions
Diffstat (limited to 'pkgs/servers')
-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 1fe48e84fac..6bb4ce46a43 100644
--- a/pkgs/servers/http/openresty/default.nix
+++ b/pkgs/servers/http/openresty/default.nix
@@ -5,11 +5,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "openresty-${version}";
-  version = "1.13.6.2";
+  version = "1.15.8.1";
 
   src = fetchurl {
     url = "https://openresty.org/download/openresty-${version}.tar.gz";
-    sha256 = "0hi9zw4344a4i636g3nbnnlm8qbnq37f50irhd1xncih4xc1jvll";
+    sha256 = "0hh8aygyzxgb0cyafqin70nbi87jpnjvxbf00dljssbpl66278c9";
   };
 
   buildInputs = [ openssl zlib pcre libxml2 libxslt gd geoip postgresql ];