ngtcp2-gnutls: 1.21.0 -> 1.22.0

This commit is contained in:
R. Ryantm
2026-03-29 13:29:54 +00:00
parent 70e270e754
commit e035285abc
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.21.0";
version = "1.22.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-8dfktmiiwJ0CVB5BCNBLmTYuUG9Y9Ik2esJNmynJvCU=";
hash = "sha256-t747KntEWLNVnDgE/qj916fHsZzKa08oRDBqS9OQMQg=";
};
outputs = [