Revert "ngtcp2: 1.14.0 -> 1.15.1" (#445520)

This commit is contained in:
Wolfgang Walther
2025-09-23 12:19:40 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ngtcp2";
version = "1.15.1";
version = "1.14.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
# must match version usage in meta.changelog
tag = "v${finalAttrs.version}";
hash = "sha256-336khLt6LGxdctX7u3u8TVqN1EQjl+Gyz/44+bpatms=";
hash = "sha256-5Pmk752i/lgO/os2SegevGN+MKaVuQii2HrVWaR15Gg=";
fetchSubmodules = true;
};