build(qmd): update fork to 4fc7760 with rerank fallback fix
Some checks failed
CI / check (push) Successful in 1m52s
CI / build-and-cache (push) Successful in 4m16s
CI / Build & Push OpenClaw Image (push) Successful in 8m45s
CI / Deploy OpenClaw to Cluster (push) Failing after 3s

This commit is contained in:
2026-04-21 01:18:04 -07:00
parent e8213e47c6
commit b70631e391

View File

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