Merge #319574: ngtcp2-gnutls: 1.5.0 -> 1.6.0

Checked in knot-dns upstream, too.
This commit is contained in:
Vladimír Čunát
2024-06-13 17:42:31 +02:00
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-3tB1AvwGJJiujZEc5Uc2NSAETop4LFEgiml/v68oheM=";
hash = "sha256-Oaz5LX4R0vriURueQNklZ1dx1r8SWDaeK8oaUadlGtI=";
};
outputs = [ "out" "dev" ];