nghttp2: 1.35.0 -> 1.35.1 (#53061)

https://nghttp2.org/blog/2018/12/10/nghttp2-v1-35-1/
This commit is contained in:
Will Dietz 2019-01-01 12:24:40 -06:00 committed by xeji
parent 5b24261049
commit f5ea2fbe2b

View File

@ -18,11 +18,11 @@ let inherit (stdenv.lib) optional; in
stdenv.mkDerivation rec {
name = "nghttp2-${version}";
version = "1.35.0";
version = "1.35.1";
src = fetchurl {
url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
sha256 = "0nfdagjb0apgvms28kr9m8k93di5fv6ww9i1jwpd83y0p4vf5zvh";
sha256 = "020k9xkca386yfs47zypb4x83f4l6vqpf8qw1xrhmrd29x4wxvam";
};
outputs = [ "bin" "out" "dev" "lib" ];