nghttp2: 1.34.0 -> 1.35.0

https://nghttp2.org/blog/2018/11/23/nghttp2-v1-35-0/
This commit is contained in:
Will Dietz
2018-11-27 09:54:31 -06:00
committed by Will Dietz
parent dc8aca448d
commit d0ed3e5079
2 changed files with 2 additions and 67 deletions
@@ -18,15 +18,13 @@ let inherit (stdenv.lib) optional; in
stdenv.mkDerivation rec {
name = "nghttp2-${version}";
version = "1.34.0";
version = "1.35.0";
src = fetchurl {
url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
sha256 = "1l5rir8d73x97p3p1x4l8cawjc9m2adnippnb27fmrbcd3rfaxbl";
sha256 = "0nfdagjb0apgvms28kr9m8k93di5fv6ww9i1jwpd83y0p4vf5zvh";
};
patches = [ ./fix-stream-operator.patch /* can't fetchpatch during bootstrap */ ];
outputs = [ "bin" "out" "dev" "lib" ];
nativeBuildInputs = [ pkgconfig ];