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

This commit is contained in:
Michael Daniels
2026-04-05 15:07:47 +00:00
committed by GitHub
@@ -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 ];