aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/nghttp2
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-07-15 14:30:41 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-07-17 14:35:45 -0700
commit67ebbc9a78c6f72f61f4254edb59b9cd643f3f07 (patch)
treed2eafa09aa8af508d88e61bbecfbdca04c575af1 /pkgs/development/libraries/nghttp2
parent1caf3e1724d7cf51a9a2a3b95807c986db95772d (diff)
nghttp2: 1.0.2 -> 1.1.1
Diffstat (limited to 'pkgs/development/libraries/nghttp2')
-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 e5e4f1cfff33..129a65d3203b 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.0.2";
+ version = "1.1.1";
# Don't use fetchFromGitHub since this needs a bootstrap curl
src = fetchurl {
url = "http://pub.wak.io/nixos/tarballs/nghttp2-${version}.tar.bz2";
- sha256 = "633dd6d5d1f29a4d802d6c9e5b9eeb0b9104f35652396f26999a27515b6c1c14";
+ sha256 = "9659e8598c8481f1bf8e63ba4f828f5283053df62a51fa8324cb55ea7a51b80c";
};
# Configure script searches for a symbol which does not exist in jemalloc on Darwin