Unverified Commit d1d9fa60 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

ngtcp2: 1.9.1 -> 1.10.0 (#366595)

parents 077c52cb 372c5110
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "ngtcp2";
  version = "1.9.1";
  version = "1.10.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-NdqmmYAqCYCm1QAqf8K22HdMd0zO3zYds2cEbJutwPA=";
    hash = "sha256-W9DLG9PXXuXe3rdtrbAvZZU2d7WsZ9vw/A6c3cFHBFM=";
    fetchSubmodules = true;
  };