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

nghttp3: 1.4.0 -> 1.5.0
This commit is contained in:
Robert Scott 2024-08-25 22:16:33 +01:00 committed by GitHub
commit 73415e944d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-ZbgByLTkQWd3gfWW2V1kkboblfF9v+0HcNhxrjYpX28=";
hash = "sha256-sVEMFTe3+r11yz4gzV+0VC8ngaanoj27DLW5hakyc4Y=";
fetchSubmodules = true;
};