Merge pull request #170819 from Izorkin/update-http3-libs

Update http3 libraries
This commit is contained in:
Sandro 2022-04-29 15:53:03 +02:00 committed by GitHub
commit ec268bda4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "unstable-2022-04-10";
version = "0.4.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "1e4bef2cc45b1fd3971ca3606d08a1e1d1567b1a";
sha256 = "sha256-DHNxtu4X0S8l1ADwRJC3yQ+Z1ja3FT0Zb/boRh6PvYw=";
rev = "v${version}";
sha256 = "sha256-toGTkgJLdSLNWCPJFpT63IxF3xANbvtkhJo5NUg/ZBg=";
};
nativeBuildInputs = [ autoreconfHook pkg-config file ];

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "unstable-2022-04-11";
version = "0.4.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "825899c051ea2a1f06a0c4617f41782f37009a18";
sha256 = "sha256-VoSy0tyIXWNTmcVdsaiM9ijXLq41AOaPBajvsEIrfjo=";
rev = "v${version}";
sha256 = "sha256-nmVVK2lpz01hgSxPAMmBfF+nNVZu9PWRGzCWh/5yhj8=";
};
nativeBuildInputs = [ autoreconfHook pkg-config file ];