ngtcp2: 1.13.0 -> 1.14.0 (#428334)

This commit is contained in:
Weijia Wang 2025-08-04 11:11:30 -06:00 committed by GitHub
commit 5c16639338
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ngtcp2";
version = "1.13.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
# must match version usage in meta.changelog
tag = "v${finalAttrs.version}";
hash = "sha256-SnzKCPNfa42fV+fNdbgOe588JoaPdDVNtb2AStAsK9k=";
hash = "sha256-5Pmk752i/lgO/os2SegevGN+MKaVuQii2HrVWaR15Gg=";
fetchSubmodules = true;
};