ngtcp2: 1.11.0 -> 1.12.0 (#399211)

This commit is contained in:
Arne Keller 2025-04-21 22:22:42 +02:00 committed by GitHub
commit 59391acc7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-ize2i2kx9spAWOq3joTZGiAd01cwmBmFXF6jBtyjPWc=";
hash = "sha256-mfgWtyYhAJB8kvQVNCuSHx4Nz1Th5STMlorCB2xO7OQ=";
fetchSubmodules = true;
};