Merge pull request #201475 from Izorkin/update-ngtcp2

ngtcp2: 0.10.0 -> 0.11.0
This commit is contained in:
Mario Rodas 2022-11-18 08:52:47 -05:00 committed by GitHub
commit 668fd70ae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zDiJlwcDTLCU+WpJ6Jz6tve4oV+XMRYOtppC2fj/HgU=";
sha256 = "sha256-u6orYF/VzXpcUdCitPawoet3KAhXlTQ2giR5eTQkrLY=";
};
outputs = [ "out" "dev" "doc" ];