🤖 codex: bump openclaw pins

What:
- update pinned inputs/pkgs for nix-openclaw (best-effort)

Why:
- keep the flake fresh automatically

Tests:
- nix build .#openclaw-gateway --accept-flake-config
- nix build .#openclaw-app --accept-flake-config (darwin only)
This commit is contained in:
openclaw-ci 2026-03-08 19:36:13 +00:00
parent 2b813ad781
commit 22a66d212b
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Generated from upstream OpenClaw schema at rev 7b58507224579a1a6cff878d747068c25fcfa200. DO NOT EDIT.
# Generated from upstream OpenClaw schema at rev 3d3e8fe78c911ae1edd6b30717449ab41ef26f62. DO NOT EDIT.
# Generator: nix/scripts/generate-config-options.ts
{ lib }:
let
@ -2450,6 +2450,10 @@ in
}; }));
default = null;
};
relayBindHost = lib.mkOption {
type = t.nullOr (t.oneOf [ (t.str) (t.str) ]);
default = null;
};
remoteCdpHandshakeTimeoutMs = lib.mkOption {
type = t.nullOr (t.int);
default = null;

View File

@ -2,7 +2,7 @@
{
owner = "openclaw";
repo = "openclaw";
rev = "7b58507224579a1a6cff878d747068c25fcfa200";
hash = "sha256-8PkOc1NSeuD2/NuBNEpaR2bwykzVnukjBn1i+l0RoGA=";
rev = "3d3e8fe78c911ae1edd6b30717449ab41ef26f62";
hash = "sha256-jFMMDNSDdoSEVYoJDl7ZcmlEn7WtOuxkbqieujxhOF0=";
pnpmDepsHash = "sha256-a5boInOukf1v5B3bvAEcRGsW0j6JIVkmZ6cERxXJCN4=";
}