Merge pull request #118020 from mweinelt/nghttp2

nghttp2: 1.41.0 -> 1.43.0
This commit is contained in:
Martin Weinelt 2021-04-12 13:44:59 +02:00 committed by GitHub
commit 3690cf7fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ]