ngtcp2-gnutls: 0.13.1 -> 0.18.0

knot-dns 3.3.0 needs >= 0.17.0 and prefers this newer one.

https://github.com/ngtcp2/ngtcp2/releases
> Release Candidate (RC) 2 for v1.0.0
I'm really hoping that API of ngtcp2 will stabilize very soon.
This commit is contained in:
Vladimír Čunát 2023-08-26 09:00:26 +02:00
parent a999c1cc0c
commit efc89b5ef0
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.13.1";
version = "0.18.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
sha256 = "sha256-bkTbnf7vyTxA623JVGUgrwAuXK7d8kzijOK1F4Sh4yY=";
hash = "sha256-FkiqQZ6xmwU2vkJxmr7k+Va5jIByWayAfUea+2DCFhk=";
};
outputs = [ "out" "dev" ];