nghttp3: 1.9.0 -> 1.10.1

This commit is contained in:
R. Ryantm
2025-06-06 09:30:56 +00:00
parent 66576dcd9e
commit a2c02b2b45
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "1.9.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "nghttp3";
rev = "v${version}";
hash = "sha256-CTra8vmpIig8LX7RWqRzhWhX9yn0RnFrnV/kYPgZgJk=";
hash = "sha256-V4JFqi3VdblpBlZJ1uFX56AlJn894oiX86OfoxVjBbE=";
fetchSubmodules = true;
};