ngtcp2-gnutls: 0.8.1 -> 0.9.0

https://github.com/ngtcp2/ngtcp2/releases/tag/v0.9.0
This commit is contained in:
Vladimír Čunát 2022-09-23 14:19:44 +02:00
parent a358176c50
commit 14a7499006
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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