Unverified Commit 59391acc authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

ngtcp2: 1.11.0 -> 1.12.0 (#399211)

parents 0b8c7865 35751be0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "ngtcp2";
  version = "1.11.0";
  version = "1.12.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-ize2i2kx9spAWOq3joTZGiAd01cwmBmFXF6jBtyjPWc=";
    hash = "sha256-mfgWtyYhAJB8kvQVNCuSHx4Nz1Th5STMlorCB2xO7OQ=";
    fetchSubmodules = true;
  };