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

nghttp3: 0.14.0 -> 0.15.0
This commit is contained in:
Nick Cao
2023-09-26 09:39:33 -04:00
committed by GitHub
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-DqqT8rgGlbV0upe0E37AR8bk3SIsoyCXt8xJzIkz9xc=";
hash = "sha256-ZnfwPgjBAI2elHrx7uzc3JX2MdeX/hsrFKj4TfMK2tI=";
};
outputs = [ "out" "dev" "doc" ];