ngtcp2-gnutls: 1.13.0 -> 1.14.0 (#428336)

knot-dns upstream ref:
https://gitlab.nic.cz/knot/knot-dns/-/commit/048c94982da33d4
This commit is contained in:
Vladimír Čunát 2025-07-29 07:28:57 +02:00
commit 23296a5649
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.13.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-SvxGZoV4N9wNAsI5pOjjGECgk2vV0FifzHi1gbGjqnc=";
hash = "sha256-TpfCfVhguFbTqQiY+zl6Kn7fsIQHR1tvNC4YLkxmBis=";
};
outputs = [