Merge pull request #217507 from r-ryantm/auto-update/ngtcp2

ngtcp2: 0.13.0 -> 0.13.1
This commit is contained in:
Nick Cao 2023-02-22 08:57:24 +08:00 committed by GitHub
commit 9597d534f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rKEF5R1GubgFiblmdTqh26PxTRxIqXUJHxj0Qwd3N00=";
sha256 = "sha256-bkTbnf7vyTxA623JVGUgrwAuXK7d8kzijOK1F4Sh4yY=";
};
outputs = [ "out" "dev" "doc" ];