Merge pull request #319578 from r-ryantm/auto-update/nghttp3

nghttp3: 1.3.0 -> 1.4.0
This commit is contained in:
Weijia Wang
2024-06-14 23:21:45 +02:00
committed by GitHub
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-MPycG8Fd7GJnp7WyFlGzbuTCYIF+xq6I7oeqXKFOehQ=";
hash = "sha256-ZbgByLTkQWd3gfWW2V1kkboblfF9v+0HcNhxrjYpX28=";
fetchSubmodules = true;
};