nghttp3: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2023-07-23 16:12:08 +00:00
parent 70856388bc
commit 8126d5fa6e

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-jbD//8BNqzX2T2F0JH+Vsoi/D+8HZIPXGnHoj3hzqPk=";
hash = "sha256-ypoq+wXBaA5p5ZjRC8SNn9jHcMHHLJZLDLNOFMoua0g=";
};
outputs = [ "out" "dev" "doc" ];