ngtcp2-gnutls: 0.12.1 -> 0.13.0

https://github.com/ngtcp2/ngtcp2/releases/tag/v0.13.0
knot-dns-3.2.5 dropped compatibility with older versions.
This commit is contained in:
Vladimír Čunát
2023-02-02 12:44:29 +01:00
parent 5bcee3f299
commit 7755cf6045
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "0.12.1";
version = "0.13.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
sha256 = "sha256-nUUbGNxr2pGiEoYbArHppNE29rki9SM/3MZWMS9HmqY=";
sha256 = "sha256-rKEF5R1GubgFiblmdTqh26PxTRxIqXUJHxj0Qwd3N00=";
};
outputs = [ "out" "dev" ];