summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-08-01 19:11:07 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-08-01 19:11:07 -0700
commitda76816b0ccf503ab36e9e2b541315d296e5191b (patch)
tree2b0fab3902550e2f2f36c9c613bf2104fefeebe7 /pkgs/development
parent58d1a1b07385c99a62361577ea9d16c4e3c96972 (diff)
downloadnixlib-da76816b0ccf503ab36e9e2b541315d296e5191b.tar
nixlib-da76816b0ccf503ab36e9e2b541315d296e5191b.tar.gz
nixlib-da76816b0ccf503ab36e9e2b541315d296e5191b.tar.bz2
nixlib-da76816b0ccf503ab36e9e2b541315d296e5191b.tar.lz
nixlib-da76816b0ccf503ab36e9e2b541315d296e5191b.tar.xz
nixlib-da76816b0ccf503ab36e9e2b541315d296e5191b.tar.zst
nixlib-da76816b0ccf503ab36e9e2b541315d296e5191b.zip
nghttp2: 1.1.1 -> 1.1.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/nghttp2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nghttp2/default.nix b/pkgs/development/libraries/nghttp2/default.nix
index 129a65d3203b..9681c4d7eeed 100644
--- a/pkgs/development/libraries/nghttp2/default.nix
+++ b/pkgs/development/libraries/nghttp2/default.nix
@@ -34,12 +34,12 @@ let
 in
 stdenv.mkDerivation rec {
   name = "${prefix}nghttp2-${version}";
-  version = "1.1.1";
+  version = "1.1.2";
 
   # Don't use fetchFromGitHub since this needs a bootstrap curl
   src = fetchurl {
     url = "http://pub.wak.io/nixos/tarballs/nghttp2-${version}.tar.bz2";
-    sha256 = "9659e8598c8481f1bf8e63ba4f828f5283053df62a51fa8324cb55ea7a51b80c";
+    sha256 = "5b218a0d27eeaa6898eb0757b6bbcc643ada2148696d864f185b3123c392904b";
   };
 
   # Configure script searches for a symbol which does not exist in jemalloc on Darwin