Merge pull request #192514 from r-ryantm/auto-update/ngtcp2

ngtcp2: 0.8.1 -> 0.9.0
This commit is contained in:
Robert Scott 2022-09-24 21:49:07 +01:00 committed by GitHub
commit 61f1fe8a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Sn03nY80UmL5oeoK6ScPye1oSUmEKxgoz2VLHcvor3U=";
sha256 = "sha256-nfXEX1GxtmOcb0reRyO0OyQkSHeUWtQW+SZ8thxor+s=";
};
outputs = [ "out" "dev" "doc" ];