aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/nghttp2
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-12-03 08:41:30 -0600
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-12-15 18:45:29 +0100
commitd67f29261dd2b44676e0af1b525a1d7c61bdac14 (patch)
tree468e38380a15854fa59f9e93b26804f76e92c8d4 /pkgs/development/libraries/nghttp2
parentef135db3010c98329c612319f006b47f42db53ea (diff)
nghttp2: 1.39.2 -> 1.40.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 04018f0e80b5..57ed58912751 100644
--- a/pkgs/development/libraries/nghttp2/default.nix
+++ b/pkgs/development/libraries/nghttp2/default.nix
@@ -20,11 +20,11 @@ let inherit (stdenv.lib) optional; in
stdenv.mkDerivation rec {
pname = "nghttp2";
- version = "1.39.2";
+ version = "1.40.0";
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
- sha256 = "1l51q8xqg7d7y9413z8l0scxgbbl1qkwgq4f09jqb31j492kx8lj";
+ sha256 = "0kyrgd4s2pq51ps5z385kw1hn62m8qp7c4h6im0g4ibrf89qwxc2";
};
outputs = [ "bin" "out" "dev" "lib" ];