Unverified Commit b4dee0f0 authored by Izorkin's avatar Izorkin
Browse files

ngtcp2: 0.14.1 -> 0.15.0

parent cc081200
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "ngtcp2";
  version = "0.14.1";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-VsacRYvjTWVx2ga952s1vs02GElXIW6umgcYr3UCcgE=";
    hash = "sha256-FWNWpRuCUyqTIyLZkBFKrd2urjSCqHp20mBAXOcJm14=";
  };

  outputs = [ "out" "dev" "doc" ];