summary refs log tree commit diff
path: root/pkgs/development/libraries/nghttp2/default.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-02-22 01:50:28 -0600
committerWill Dietz <w@wdtz.org>2019-02-22 01:52:38 -0600
commitc7a1b77a670e6ca7a5ecbef55f1814e5916f3c83 (patch)
tree7f14d85e02583b85aca48cc0880668001437f936 /pkgs/development/libraries/nghttp2/default.nix
parent52a2414aaebcde64ef1d42d61ee60440eaf77df4 (diff)
downloadnixpkgs-c7a1b77a670e6ca7a5ecbef55f1814e5916f3c83.tar
nixpkgs-c7a1b77a670e6ca7a5ecbef55f1814e5916f3c83.tar.gz
nixpkgs-c7a1b77a670e6ca7a5ecbef55f1814e5916f3c83.tar.bz2
nixpkgs-c7a1b77a670e6ca7a5ecbef55f1814e5916f3c83.tar.lz
nixpkgs-c7a1b77a670e6ca7a5ecbef55f1814e5916f3c83.tar.xz
nixpkgs-c7a1b77a670e6ca7a5ecbef55f1814e5916f3c83.tar.zst
nixpkgs-c7a1b77a670e6ca7a5ecbef55f1814e5916f3c83.zip
nghttp2: 1.35.1 -> 1.36.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.36.0
Diffstat (limited to 'pkgs/development/libraries/nghttp2/default.nix')
-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 fdc21b26271..971c70c4f2c 100644
--- a/pkgs/development/libraries/nghttp2/default.nix
+++ b/pkgs/development/libraries/nghttp2/default.nix
@@ -18,11 +18,11 @@ let inherit (stdenv.lib) optional; in
 
 stdenv.mkDerivation rec {
   name = "nghttp2-${version}";
-  version = "1.35.1";
+  version = "1.36.0";
 
   src = fetchurl {
     url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
-    sha256 = "020k9xkca386yfs47zypb4x83f4l6vqpf8qw1xrhmrd29x4wxvam";
+    sha256 = "1sqwwwhlrbp3wcikf9v07k5j4xvflwy297lq4cg92qj087bk99qn";
   };
 
   outputs = [ "bin" "out" "dev" "lib" ];