From 63ff54b6561b02e96e3ee50e990559cbee6095a9 Mon Sep 17 00:00:00 2001 From: openclaw-ci Date: Thu, 7 May 2026 23:41:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20codex:=20mirror=20OpenClaw=20sta?= =?UTF-8?q?ble=20source=20v2026.5.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- nix/packages/openclaw-app.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/packages/openclaw-app.nix b/nix/packages/openclaw-app.nix index 2b94211..66e682c 100644 --- a/nix/packages/openclaw-app.nix +++ b/nix/packages/openclaw-app.nix @@ -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; };