Unverified Commit 7ac36e5e authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

cpp-ipfs-http-client: unstable-2022-01-30 -> 0-unstable-2023-06-04 (#505785)

parents ee4f0e1c 65fd6666
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation {
  pname = "cpp-ipfs-http-client";
  version = "unstable-2022-01-30";
  version = "0-unstable-2023-06-04";

  src = fetchFromGitHub {
    owner = "vasild";
    repo = "cpp-ipfs-http-client";
    rev = "3cdfa7fc6326e49fc81b3c7ca43ce83bdccef6d9";
    sha256 = "sha256-/oyafnk4SbrvoCh90wkZXNBjknMKA6EEUoEGo/amLUo=";
    rev = "29a103af79ad62ef42180f54f6cd2128b4128836";
    hash = "sha256-B57W4OqNU0M4yYxbHIZb2TyHfMaihCOD1KdvPrm6xLE=";
  };

  patches = [ ./unvendor-nlohmann-json.patch ];