summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2015-07-20 13:44:35 -0500
committerAustin Seipp <aseipp@pobox.com>2015-07-20 13:52:33 -0500
commit131e41191bf564323977e71a5f2361af0c64be81 (patch)
tree27e63d98bbfdcf8860e284440cac4b834074c05f /pkgs/servers/http
parent71d4b4baae379e0a6e1bea5db1ae5eba31daad0f (diff)
downloadnixlib-131e41191bf564323977e71a5f2361af0c64be81.tar
nixlib-131e41191bf564323977e71a5f2361af0c64be81.tar.gz
nixlib-131e41191bf564323977e71a5f2361af0c64be81.tar.bz2
nixlib-131e41191bf564323977e71a5f2361af0c64be81.tar.lz
nixlib-131e41191bf564323977e71a5f2361af0c64be81.tar.xz
nixlib-131e41191bf564323977e71a5f2361af0c64be81.tar.zst
nixlib-131e41191bf564323977e71a5f2361af0c64be81.zip
nixpkgs: nginxUnstable 1.9.2 -> 1.9.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/nginx/unstable.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/nginx/unstable.nix b/pkgs/servers/http/nginx/unstable.nix
index 907fe98d6810..990d3d52d30a 100644
--- a/pkgs/servers/http/nginx/unstable.nix
+++ b/pkgs/servers/http/nginx/unstable.nix
@@ -10,10 +10,10 @@
 with stdenv.lib;
 
 let
-  version = "1.9.2";
+  version = "1.9.3";
   mainSrc = fetchurl {
     url = "http://nginx.org/download/nginx-${version}.tar.gz";
-    sha256 = "0y7d87v9rvc4xvxaz8cag6zhdg7lfp3z65ain665q02aw5dl5dl0";
+    sha256 = "1svkyrh31g9hzfmj0xwc167sz0b1fn4i62mwipdjy9ia3cscb622";
   };
 
   rtmp-ext = fetchFromGitHub {