Skip to content

Commit eb8a14e

Browse files
author
DJTBOT
committed
🤖 chore: bump nix-steipete-tools for goplaces skill
What: - update nix-steipete-tools pin for goplaces skill sync - refresh first-party source pin Why: - bundle the ClawHub goplaces skill in nix-openclaw Tests: - nix flake check --accept-flake-config (ok; warns linux checks omitted)
1 parent b2c1f9b commit eb8a14e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎flake.lock‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎nix/modules/home-manager/openclaw/lib.nix‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ let
1919
generatedConfigOptions = import ../../../generated/openclaw-config-options.nix { lib = lib; };
2020

2121
firstPartySources = let
22-
stepieteRev = "5797244610beabb827ed4585903659373116f7c5";
23-
stepieteNarHash = "sha256-e/EKfXG6DLk5TJmsUKC184XO8pwtZ/S38Gtd1FkMe4g=";
22+
stepieteRev = "c4a860132460eea4367057055dbfea175bcb11c4";
23+
stepieteNarHash = "sha256-X7sNYo+YLZ574zdr5pBv+Fnz+OSCXaD+gFSGyamgfDA=";
2424
stepiete = tool:
2525
"github:openclaw/nix-steipete-tools?dir=tools/${tool}&rev=${stepieteRev}&narHash=${stepieteNarHash}";
2626
in {

0 commit comments

Comments
 (0)