🤖 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:
parent
a4cdb6afd6
commit
de1e28f877
@ -1,4 +1,4 @@
|
||||
# Generated from upstream OpenClaw schema at rev 7f44bc5e94b7eb3455521100aa944733e93fb59e. DO NOT EDIT.
|
||||
# Generated from upstream OpenClaw schema at rev 3596a46868caba5f8ffdde0e41c3b1cdad44b4d9. DO NOT EDIT.
|
||||
# Generator: nix/scripts/generate-config-options.ts
|
||||
{ lib }:
|
||||
let
|
||||
@ -3116,6 +3116,15 @@ in
|
||||
type = t.nullOr (t.str);
|
||||
default = null;
|
||||
};
|
||||
agentComponents = lib.mkOption {
|
||||
type = t.nullOr (t.submodule { options = {
|
||||
enabled = lib.mkOption {
|
||||
type = t.nullOr (t.bool);
|
||||
default = null;
|
||||
};
|
||||
}; });
|
||||
default = null;
|
||||
};
|
||||
allowBots = lib.mkOption {
|
||||
type = t.nullOr (t.oneOf [ (t.bool) (t.enum [ "mentions" ]) ]);
|
||||
default = null;
|
||||
@ -4090,6 +4099,15 @@ in
|
||||
type = t.nullOr (t.str);
|
||||
default = null;
|
||||
};
|
||||
agentComponents = lib.mkOption {
|
||||
type = t.nullOr (t.submodule { options = {
|
||||
enabled = lib.mkOption {
|
||||
type = t.nullOr (t.bool);
|
||||
default = null;
|
||||
};
|
||||
}; });
|
||||
default = null;
|
||||
};
|
||||
allowBots = lib.mkOption {
|
||||
type = t.nullOr (t.oneOf [ (t.bool) (t.enum [ "mentions" ]) ]);
|
||||
default = null;
|
||||
|
||||
@ -6,11 +6,11 @@
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "openclaw-app";
|
||||
version = "2026.3.2";
|
||||
version = "2026.3.7-beta.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/openclaw/openclaw/releases/download/v2026.3.2/OpenClaw-2026.3.2.zip";
|
||||
hash = "sha256-vOlO1oNUVfG3eVOZ2rRX9hhmQqCxysdv6u1LZ/clfkg=";
|
||||
url = "https://github.com/openclaw/openclaw/releases/download/v2026.3.7-beta.1/OpenClaw-2026.3.7.zip";
|
||||
hash = "sha256-Df3y26UvO/wMgRQMLF4QCDFXfyV9Su+q5lwe9k0DREg=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
{
|
||||
owner = "openclaw";
|
||||
repo = "openclaw";
|
||||
rev = "7f44bc5e94b7eb3455521100aa944733e93fb59e";
|
||||
hash = "sha256-iDabsyBd4qIisF2edXYu7ujNDHboOd3oAnBcesUUV78=";
|
||||
rev = "3596a46868caba5f8ffdde0e41c3b1cdad44b4d9";
|
||||
hash = "sha256-ZLzy97CQ8oGJR6H4BbwzuKbL+HuUFu1PjBDVkCLfD7Y=";
|
||||
pnpmDepsHash = "sha256-a5boInOukf1v5B3bvAEcRGsW0j6JIVkmZ6cERxXJCN4=";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user