ngtcp2: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm
2025-11-27 17:55:35 +00:00
parent 46d8d22b4b
commit bbd09b2b5d

View File

@@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ngtcp2";
version = "1.17.0";
version = "1.18.0";
src = fetchurl {
url = "https://github.com/ngtcp2/ngtcp2/releases/download/v${finalAttrs.version}/ngtcp2-${finalAttrs.version}.tar.bz2";
hash = "sha256-j8hYGdFp5il4pODbNlVILOdJUafqsMdmc3tXoxQY2mE=";
hash = "sha256-E7r7bFCdv2pw2WBaLIkuE/WuuTZnOZWHeKhXvHDOH6c=";
};
outputs = [