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

authored by Sandro and committed by GitHub 9b929a72 d2fa4f8f

+2 -2
+2 -2
pkgs/development/libraries/nghttp3/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "nghttp3"; 8 - version = "0.6.0"; 9 10 src = fetchFromGitHub { 11 owner = "ngtcp2"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-q9rXvMeCXhyytiaGekRlowCYKzvq8aktfN0lk+VPG78="; 15 }; 16 17 outputs = [ "out" "dev" "doc" ];
··· 5 6 stdenv.mkDerivation rec { 7 pname = "nghttp3"; 8 + version = "0.7.0"; 9 10 src = fetchFromGitHub { 11 owner = "ngtcp2"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-MZ5ynaGZTzO2w0hGHII19PFC0+kjfd+IlcsenGGgMgg="; 15 }; 16 17 outputs = [ "out" "dev" "doc" ];