summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2015-04-02 16:10:21 -0500
committerAustin Seipp <aseipp@pobox.com>2015-04-02 16:27:51 -0500
commit6a41d14686e90ce7fbcdd695353c269db1674b94 (patch)
treeba37f7b900ea0b142b0dd3b0f20c83b83a9e02d7 /pkgs/servers
parentc07cce40a45f3903de0710c90a98e7a6734bd9dc (diff)
downloadnixpkgs-6a41d14686e90ce7fbcdd695353c269db1674b94.tar
nixpkgs-6a41d14686e90ce7fbcdd695353c269db1674b94.tar.gz
nixpkgs-6a41d14686e90ce7fbcdd695353c269db1674b94.tar.bz2
nixpkgs-6a41d14686e90ce7fbcdd695353c269db1674b94.tar.lz
nixpkgs-6a41d14686e90ce7fbcdd695353c269db1674b94.tar.xz
nixpkgs-6a41d14686e90ce7fbcdd695353c269db1674b94.tar.zst
nixpkgs-6a41d14686e90ce7fbcdd695353c269db1674b94.zip
nixpkgs: nginxUnstable 1.7.10 -> 1.7.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/servers')
-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 ee5b4a1cd5d..b47b67792b8 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.7.10";
+  version = "1.7.11";
   mainSrc = fetchurl {
     url = "http://nginx.org/download/nginx-${version}.tar.gz";
-    sha256 = "0q24rwwlw3xas0ar4jygyb6czwjzsjz11sax199z7fnfd2sc2wyz";
+    sha256 = "15cnlrhiqklqfzwfspkp0i6g04zdhc092dh593yqnqqf450dgnfs";
   };
 
   rtmp-ext = fetchFromGitHub {