ngtcp2-gnutls: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2024-08-24 14:49:34 +00:00
parent 771c5644e8
commit 60eb6d5b9f
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-Oaz5LX4R0vriURueQNklZ1dx1r8SWDaeK8oaUadlGtI=";
hash = "sha256-7DesCT8swwk9E1ckYrj3mGsdx37HrJxd+svKpJRrhoI=";
};
outputs = [ "out" "dev" ];