cpp-ipfs-http-client: unstable-2022-01-30 -> 0-unstable-2023-06-04

This commit is contained in:
Xiangyan Sun
2026-04-01 12:36:56 -07:00
parent d3d48af509
commit 65fd6666cb
@@ -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 ];