nghttp3: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm 2022-09-01 22:03:07 +00:00
parent dc47970fbe
commit 1cf70d770d

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-q9rXvMeCXhyytiaGekRlowCYKzvq8aktfN0lk+VPG78=";
sha256 = "sha256-MZ5ynaGZTzO2w0hGHII19PFC0+kjfd+IlcsenGGgMgg=";
};
outputs = [ "out" "dev" "doc" ];