nghttp3: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm 2023-09-01 00:05:57 +00:00
parent c7bb13c661
commit 30def4be19

View file

@ -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" ];