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

ngtcp2-gnutls: 1.18.0 -> 1.19.0 (#473583)

parents ecd8b6ca 204be31c
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.18.0";
  version = "1.19.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = "ngtcp2";
    rev = "v${version}";
    hash = "sha256-sywzNSyr237U1codaEHtHvz7nqYDiJwjVpr4hpLHE60=";
    hash = "sha256-u+dgcC/MWzRCIeynvZimR8EB/GX7Z33T8BFZ1O++YLk=";
  };

  outputs = [