nghttp2: 1.41.0 -> 1.43.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.42.0 https://github.com/nghttp2/nghttp2/releases/tag/v1.43.0
This commit is contained in:
parent
2d211c7a3a
commit
bc90050dab
|
@ -27,11 +27,11 @@ let inherit (lib) optional optionals optionalString; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nghttp2";
|
pname = "nghttp2";
|
||||||
version = "1.41.0";
|
version = "1.43.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
|
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "0h12wz72paxnj8l9vv2qfgfbmj20c6pz6xbilb7ns9zcwxwa0p34";
|
sha256 = "0qhgyphzdv72dgdfxin2xbk9623za3jwbcvhhaxixiwp6djj8vsm";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" "lib" ]
|
outputs = [ "bin" "out" "dev" "lib" ]
|
||||||
|
|
Loading…
Reference in New Issue