about summary refs log tree commit diff
path: root/pkgs/servers/http/openresty
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-12-27 12:43:44 -0600
committerAustin Seipp <aseipp@pobox.com>2014-12-27 12:43:52 -0600
commit5eba046b5df461d6cd162f22463d954e544ae7e8 (patch)
tree06851a13b2af9702e19a250dfbab792faff71531 /pkgs/servers/http/openresty
parentbaeb69626e152154f1e75bd4630de26dce98bba3 (diff)
nixpkgs: openresty 1.7.4.1rc2 -> 1.7.7.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
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 245fc98fb4d46..65c81c455b9ea 100644
--- a/pkgs/servers/http/openresty/default.nix
+++ b/pkgs/servers/http/openresty/default.nix
@@ -7,11 +7,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "openresty-${version}";
-  version = "1.7.4.1rc2";
+  version = "1.7.7.1";
 
   src = fetchurl {
     url = "http://openresty.org/download/ngx_openresty-${version}.tar.gz";
-    sha256 = "1208snm0g1x2p9ybl8br7mmcl5c4g4xzhm80n5jfjprr85gb7ajx";
+    sha256 = "1m541k2lys3155f0r94abgcmm2hgvv56q0i4fk58w6fa8n4h62z0";
   };
 
   buildInputs = [ openssl zlib pcre libxml2 libxslt gd geoip perl ];