ngtcp2-gnutls: 0.13.1 -> 0.18.0
knot-dns 3.3.0 needs >= 0.17.0 and prefers this newer one. https://github.com/ngtcp2/ngtcp2/releases > Release Candidate (RC) 2 for v1.0.0 I'm really hoping that API of ngtcp2 will stabilize very soon.
This commit is contained in:
parent
a999c1cc0c
commit
efc89b5ef0
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ngtcp2";
|
||||
version = "0.13.1";
|
||||
version = "0.18.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ngtcp2";
|
||||
repo = "ngtcp2";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-bkTbnf7vyTxA623JVGUgrwAuXK7d8kzijOK1F4Sh4yY=";
|
||||
hash = "sha256-FkiqQZ6xmwU2vkJxmr7k+Va5jIByWayAfUea+2DCFhk=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
|
Loading…
Reference in a new issue