aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/nghttp2
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-06-18 20:50:30 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-06-18 20:50:30 -0700
commit663b6f2eaa5b72cafca29ac545ca9d141a537a35 (patch)
tree8f6030e9a7e78106988bf124edd701b56d328db3 /pkgs/development/libraries/nghttp2
parent5191f5be2e2e34365a7da313913fefd7f0bc9a4c (diff)
nghttp2: 0.7.14 -> 1.0.2
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 bc8c599a901f..e5e4f1cfff33 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 = "0.7.14";
+ version = "1.0.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 = "000d50yzyysbr9ldhvnbpzn35vplqm08dnmh55wc5zk273gy383f";
+ sha256 = "633dd6d5d1f29a4d802d6c9e5b9eeb0b9104f35652396f26999a27515b6c1c14";
};
# Configure script searches for a symbol which does not exist in jemalloc on Darwin