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

nghttp3: 0.5.0 -> 0.6.0
This commit is contained in:
Bobby Rong 2022-08-07 16:15:07 +08:00 committed by GitHub
commit c393da562c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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