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

ngtcp2-gnutls: 1.19.0 -> 1.20.0 (#481970)

parents c3f77731 ef29dd63
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.19.0";
  version = "1.20.0";

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

  outputs = [