chore(openclaw): update to 2026.4.26
All checks were successful
CI / check (push) Successful in 1m50s
CI / build-and-cache (push) Successful in 1m32s
CI / Build & Push OpenClaw Image (push) Successful in 12m6s

This commit is contained in:
2026-04-27 18:49:10 -07:00
parent d5a33e95d5
commit 0a6cf3907e

View File

@@ -5,14 +5,14 @@
let
# renovate: datasource=docker depName=ghcr.io/openclaw/openclaw
openclawImageTag = "2026.4.14";
openclawImageTag = "2026.4.26";
openclawImageDigest = "sha256:7ea070b04d1e70811fe8ba15feaad5890b1646021b24e00f4795bd4587a594ed";
# Pull the upstream openclaw Docker image (only to extract /app from it)
openclawBase = pkgs.dockerTools.pullImage {
imageName = "ghcr.io/openclaw/openclaw";
imageDigest = openclawImageDigest;
sha256 = "sha256-mSAa7lmciD6OXd3KHr8pf2VJ0aHPGnjdGbeu+oFhNo8=";
sha256 = "sha256-a05y90gGFhka95t6blkk3Vt/xChKC+BIuoWAeEGoavk=";
finalImageTag = openclawImageTag;
os = "linux";
arch = "amd64";