Unverified Commit 217c7ca9 authored by K900's avatar K900 Committed by GitHub
Browse files

Revert "ngtcp2: 1.14.0 -> 1.15.1"

parent 6f7b4ed4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ngtcp2";
  version = "1.15.1";
  version = "1.14.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = "ngtcp2";
    # must match version usage in meta.changelog
    tag = "v${finalAttrs.version}";
    hash = "sha256-336khLt6LGxdctX7u3u8TVqN1EQjl+Gyz/44+bpatms=";
    hash = "sha256-5Pmk752i/lgO/os2SegevGN+MKaVuQii2HrVWaR15Gg=";
    fetchSubmodules = true;
  };