summary refs log tree commit diff
path: root/pkgs/development/libraries/nghttp2
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2016-12-10 00:36:28 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2016-12-10 00:36:28 +0100
commit10d9845a1a4a49f56aec3d473349511f9d95937a (patch)
tree08ade43f08d9892c3f6a141956b5f8ba6d4e77b4 /pkgs/development/libraries/nghttp2
parent20773854211f2b45af53e4a8cca7339cd47781d3 (diff)
downloadnixpkgs-10d9845a1a4a49f56aec3d473349511f9d95937a.tar
nixpkgs-10d9845a1a4a49f56aec3d473349511f9d95937a.tar.gz
nixpkgs-10d9845a1a4a49f56aec3d473349511f9d95937a.tar.bz2
nixpkgs-10d9845a1a4a49f56aec3d473349511f9d95937a.tar.lz
nixpkgs-10d9845a1a4a49f56aec3d473349511f9d95937a.tar.xz
nixpkgs-10d9845a1a4a49f56aec3d473349511f9d95937a.tar.zst
nixpkgs-10d9845a1a4a49f56aec3d473349511f9d95937a.zip
nghttp2: 1.16.1 -> 1.17.0
See release notes :
https://github.com/nghttp2/nghttp2/releases/tag/v1.17.0
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 080a3e35138..a035cccda7f 100644
--- a/pkgs/development/libraries/nghttp2/default.nix
+++ b/pkgs/development/libraries/nghttp2/default.nix
@@ -7,12 +7,12 @@
 
 stdenv.mkDerivation rec {
   name = "nghttp2-${version}";
-  version = "1.16.1";
+  version = "1.17.0";
 
   # Don't use fetchFromGitHub since this needs a bootstrap curl
   src = fetchurl {
     url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
-    sha256 = "069pw84f8gg21npapn7y1sizwn6w35692zaq5g45gy8hdbmcl8yc";
+    sha256 = "7685b6717d205d3a251b7dd5e73a7ca5e643bc5c01f928b82bfeed30c243f28a";
   };
 
   # Configure script searches for a symbol which does not exist in jemalloc on Darwin