🤖 chore: update goplaces skill guidance pin

What:
- bump nix-steipete-tools pin for updated goplaces skill
- refresh first-party pin in HM lib

Why:
- enforce steps + metric guidance for directions

Tests:
- nix flake check --accept-flake-config
This commit is contained in:
DJTBOT 2026-02-04 10:30:07 -08:00
parent f578b82ace
commit ba3dd6d431
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@ -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": {

View File

@ -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 {