build(qmd): update fork to dfc1ac4 with try/catch fix for remoteConfigFromEnv
Some checks failed
CI / check (push) Successful in 2m11s
CI / build-and-cache (push) Successful in 3m47s
CI / Build & Push OpenClaw Image (push) Successful in 21m5s
CI / Deploy OpenClaw to Cluster (push) Failing after 2s

This commit is contained in:
2026-04-21 00:21:39 -07:00
parent c3a0806e24
commit e8213e47c6

View File

@@ -17,8 +17,8 @@ buildNpmPackage rec {
inherit version;
src = fetchzip {
url = "https://git.johnogle.info/johno/qmd/archive/220e46e09c90e59bdcb0b4b81753ebc32c45ad80.tar.gz";
sha256 = "sha256-hPTBsJFsCEuPOk2oZqDy5XcbvP4T+aHlgCL3EHO2vb8=";
url = "https://git.johnogle.info/johno/qmd/archive/dfc1ac457b23f2fa89919e7f8a51748c4255a724.tar.gz";
sha256 = "sha256-pOUFT0qTyRsi4tuNuo26iKAn789tDj+zwG+PULO9x2E=";
};
# Vendored package-lock.json generated from QMD's package.json.