Unverified Commit 1c2278ee authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

nghttp3: 1.5.0 -> 1.6.0 (#346671)

parents 798c026b c51750ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "nghttp3";
  version = "1.5.0";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-sVEMFTe3+r11yz4gzV+0VC8ngaanoj27DLW5hakyc4Y=";
    hash = "sha256-5QsJLN79SkbrCfIGfeJ91AUEf9/V6BWkNE60wOkxdow=";
    fetchSubmodules = true;
  };