nghttp3: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm 2022-08-03 06:32:31 +00:00
parent d54aec3d9a
commit f12b105f69

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EEwo4KIBNVb/O1htUN8GkuiU/P3r/DyEn6L9l1r1I6E=";
sha256 = "sha256-q9rXvMeCXhyytiaGekRlowCYKzvq8aktfN0lk+VPG78=";
};
outputs = [ "out" "dev" "doc" ];