Commit 60eb6d5b authored by R. RyanTM's avatar R. RyanTM
Browse files

ngtcp2-gnutls: 1.6.0 -> 1.7.0

parent 771c5644
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "ngtcp2";
  version = "1.6.0";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = "ngtcp2";
    rev = "v${version}";
    hash = "sha256-Oaz5LX4R0vriURueQNklZ1dx1r8SWDaeK8oaUadlGtI=";
    hash = "sha256-7DesCT8swwk9E1ckYrj3mGsdx37HrJxd+svKpJRrhoI=";
  };

  outputs = [ "out" "dev" ];