Unverified Commit 1140c24d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #224065 from Izorkin/update-ngtcp2

ngtcp2: 0.14.0 -> 0.14.1
parents 32df95bc 2aaf7974
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.0";
  version = "0.14.1";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-6XHOMBsgKSVwpTwQlIt+H9tRPF8YBjfOLmHtdC/LVlE=";
    hash = "sha256-VsacRYvjTWVx2ga952s1vs02GElXIW6umgcYr3UCcgE=";
  };

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