🤖 chore: bump nix-steipete-tools for goplaces directions

What:
- update nix-steipete-tools pin for directions-enabled goplaces
- refresh first-party source pin

Why:
- ship new goplaces CLI + skill guidance in nix-openclaw

Tests:
- nix flake check --accept-flake-config (ok; warns linux checks omitted)
This commit is contained in:
DJTBOT 2026-02-04 09:30:57 -08:00
parent 5bbfcbf3ec
commit f0a828f821
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@ -43,11 +43,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1770224133,
"narHash": "sha256-9dfwuHH8kmH0niKtEZMYmO49RokNtJkLhLdCdJz9m6c=",
"lastModified": 1770226179,
"narHash": "sha256-f/I0V+uLjo2Xzw88sjvVo5vlDq8itmQo9qOvJQ3e+EI=",
"owner": "openclaw",
"repo": "nix-steipete-tools",
"rev": "cff785cee3f9c88ae2f45be92054fed6607874c7",
"rev": "203442241f72839e3681affdc131134882109e54",
"type": "github"
},
"original": {

View File

@ -19,8 +19,8 @@ let
generatedConfigOptions = import ../../../generated/openclaw-config-options.nix { lib = lib; };
firstPartySources = let
stepieteRev = "cff785cee3f9c88ae2f45be92054fed6607874c7";
stepieteNarHash = "sha256-9dfwuHH8kmH0niKtEZMYmO49RokNtJkLhLdCdJz9m6c=";
stepieteRev = "203442241f72839e3681affdc131134882109e54";
stepieteNarHash = "sha256-f/I0V+uLjo2Xzw88sjvVo5vlDq8itmQo9qOvJQ3e+EI=";
stepiete = tool:
"github:openclaw/nix-steipete-tools?dir=tools/${tool}&rev=${stepieteRev}&narHash=${stepieteNarHash}";
in {