🤖 codex: mirror OpenClaw stable source v2026.5.7
What: - update nix-openclaw to the latest stable OpenClaw source release - refresh generated config options from that source - keep the macOS app pin on the newest public app artifact Why: - keep source-built OpenClaw current without blocking on public macOS app asset lag Tests: - nix build .#checks.x86_64-linux.ci --accept-flake-config - nix build .#checks.aarch64-darwin.ci --accept-flake-config - scripts/hm-activation-macos.sh
This commit is contained in:
parent
a9494d1b8b
commit
63ff54b656
@ -6,11 +6,11 @@
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "openclaw-app";
|
||||
version = "2026.5.2";
|
||||
version = "2026.5.7";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/openclaw/openclaw/releases/download/v2026.5.2/OpenClaw-2026.5.2.zip";
|
||||
hash = "sha256-9ow5VujnMFyDXjlMMNWtB3Kcj7C2vuvSwGl2bYyr/BA=";
|
||||
url = "https://github.com/openclaw/openclaw/releases/download/v2026.5.7/OpenClaw-2026.5.7.zip";
|
||||
hash = "sha256-64O1dzadr5R1HiS4DlpbC7En3qyEaibDZS8kKbH7GOo=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user