ngtcp2-gnutls: 1.16.0 -> 1.17.0

This commit is contained in:
R. Ryantm
2025-10-18 20:42:49 +00:00
parent bd193ba607
commit 988ff8bbfb
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.16.0";
version = "1.17.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-01Z2PyQDY0L38jsTjIIMcghALMyL/it0lAweKTZ5e0k=";
hash = "sha256-+mSVhUF1ZZJqm2HEp99BevY1yKm2jPIkkTcx7akyfro=";
};
outputs = [