Commit ef29dd63 authored by R. RyanTM's avatar R. RyanTM
Browse files

ngtcp2-gnutls: 1.19.0 -> 1.20.0

parent c5dd96e9
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 = [