nghttp2: 1.35.0 -> 1.35.1 (#53061)
https://nghttp2.org/blog/2018/12/10/nghttp2-v1-35-1/
This commit is contained in:
parent
5b24261049
commit
f5ea2fbe2b
@ -18,11 +18,11 @@ let inherit (stdenv.lib) optional; in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nghttp2-${version}";
|
name = "nghttp2-${version}";
|
||||||
version = "1.35.0";
|
version = "1.35.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
|
url = "https://github.com/nghttp2/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.bz2";
|
||||||
sha256 = "0nfdagjb0apgvms28kr9m8k93di5fv6ww9i1jwpd83y0p4vf5zvh";
|
sha256 = "020k9xkca386yfs47zypb4x83f4l6vqpf8qw1xrhmrd29x4wxvam";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" "lib" ];
|
outputs = [ "bin" "out" "dev" "lib" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user