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

nghttp3: 0.13.0 -> 0.14.0
This commit is contained in:
Weijia Wang
2023-09-01 22:59:29 +02:00
committed by GitHub
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-ypoq+wXBaA5p5ZjRC8SNn9jHcMHHLJZLDLNOFMoua0g=";
hash = "sha256-DqqT8rgGlbV0upe0E37AR8bk3SIsoyCXt8xJzIkz9xc=";
};
outputs = [ "out" "dev" "doc" ];