diff --git a/flake.lock b/flake.lock index a086a5d..f4d452a 100644 --- a/flake.lock +++ b/flake.lock @@ -43,11 +43,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1770226179, - "narHash": "sha256-f/I0V+uLjo2Xzw88sjvVo5vlDq8itmQo9qOvJQ3e+EI=", + "lastModified": 1770229736, + "narHash": "sha256-Pzw7sEZa9dk//3NJp+aVRuvfKPMHCoK2Pp0Bvj0YdjA=", "owner": "openclaw", "repo": "nix-steipete-tools", - "rev": "203442241f72839e3681affdc131134882109e54", + "rev": "a15a7eebfb6faec10da50bc815578e9717030d4d", "type": "github" }, "original": { diff --git a/nix/modules/home-manager/openclaw/lib.nix b/nix/modules/home-manager/openclaw/lib.nix index f04c3dd..210dcb1 100644 --- a/nix/modules/home-manager/openclaw/lib.nix +++ b/nix/modules/home-manager/openclaw/lib.nix @@ -19,8 +19,8 @@ let generatedConfigOptions = import ../../../generated/openclaw-config-options.nix { lib = lib; }; bundledPluginSources = let - stepieteRev = "203442241f72839e3681affdc131134882109e54"; - stepieteNarHash = "sha256-f/I0V+uLjo2Xzw88sjvVo5vlDq8itmQo9qOvJQ3e+EI="; + stepieteRev = "a15a7eebfb6faec10da50bc815578e9717030d4d"; + stepieteNarHash = "sha256-Pzw7sEZa9dk//3NJp+aVRuvfKPMHCoK2Pp0Bvj0YdjA="; stepiete = tool: "github:openclaw/nix-steipete-tools?dir=tools/${tool}&rev=${stepieteRev}&narHash=${stepieteNarHash}"; in {