Unverified Commit 0d59e029 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

ngtcp2-gnutls: 1.17.0 -> 1.18.0 (#464196)

parents 71064c3c f1022109
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "ngtcp2";
  version = "1.17.0";
  version = "1.18.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = "ngtcp2";
    rev = "v${version}";
    hash = "sha256-+mSVhUF1ZZJqm2HEp99BevY1yKm2jPIkkTcx7akyfro=";
    hash = "sha256-sywzNSyr237U1codaEHtHvz7nqYDiJwjVpr4hpLHE60=";
  };

  outputs = [