From b46482a4df487889a6ef784f0bb42ca65dcfb845 Mon Sep 17 00:00:00 2001 From: openclaw-ci Date: Wed, 6 May 2026 09:27:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20codex:=20mirror=20OpenClaw=20sta?= =?UTF-8?q?ble=20source=20v2026.5.5?= 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/generated/openclaw-config-options.nix | 2 +- nix/sources/openclaw-source.nix | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nix/generated/openclaw-config-options.nix b/nix/generated/openclaw-config-options.nix index 5f32b27..9a86e28 100644 --- a/nix/generated/openclaw-config-options.nix +++ b/nix/generated/openclaw-config-options.nix @@ -1,4 +1,4 @@ -# Generated from upstream OpenClaw schema at rev 325df3efefe9c0887d9357732e68fc8556e78d79. DO NOT EDIT. +# Generated from upstream OpenClaw schema at rev b1abf9d8ae4410c6a6e08f7dfd2d617f4550281c. DO NOT EDIT. # Generator: nix/scripts/generate-config-options.ts { lib }: let diff --git a/nix/sources/openclaw-source.nix b/nix/sources/openclaw-source.nix index ffb4d29..db3a9ec 100644 --- a/nix/sources/openclaw-source.nix +++ b/nix/sources/openclaw-source.nix @@ -2,9 +2,9 @@ { owner = "openclaw"; repo = "openclaw"; - releaseTag = "v2026.5.4"; - releaseVersion = "2026.5.4"; - rev = "325df3efefe9c0887d9357732e68fc8556e78d79"; - hash = "sha256-hT/URmVBQuwlYMkZsMdiwVauHQlhVTCXRovSdhmKoSw="; + releaseTag = "v2026.5.5"; + releaseVersion = "2026.5.5"; + rev = "b1abf9d8ae4410c6a6e08f7dfd2d617f4550281c"; + hash = "sha256-X13PRFDR5NAEKvuvm0/6BSnICm1ZM+vW2HRpOd8ymA4="; pnpmDepsHash = "sha256-kz9vE1A/GTkw/HH2ts4hxTJzrdkYhiLaJQP0AeAS3Bo="; }