Unverified Commit 9e104018 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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.
parent 2a36db55
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];