ngtcp2-gnutls: 0.13.0 -> 0.13.1

https://github.com/ngtcp2/ngtcp2/releases/tag/v0.13.1
With 0.14.x there are some knotd issues
which haven't been figured out yet.
This commit is contained in:
Vladimír Čunát 2023-04-04 09:58:14 +02:00
parent 2a36db554b
commit 9e1040188a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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