ngtcp2-gnutls: 1.8.0 -> 1.9.1 (#355866)

CVE-2024-52811 looks relevant to kxdpgun's -G parameter.  Upstream:
https://gitlab.nic.cz/knot/knot-dns/-/commit/d778d195b40dd11a84c3c8
This commit is contained in:
Vladimír Čunát
2024-12-09 08:56:12 +01:00
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.8.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-qBDpNyBxcW/OPnrbmL+NmKWIF69p1OoZFqlP6mwPi9U=";
hash = "sha256-D9u54+CZYKcYZFedwgmI515s2MruZsVoJ3AZi494ohM=";
};
outputs = [ "out" "dev" ];