From 68ed94cfabb52722428098d3bebbc77bfb29d839 Mon Sep 17 00:00:00 2001 From: Josh Palmer Date: Wed, 4 Feb 2026 10:41:53 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20chore:=20bump=20goplaces=20plugi?= =?UTF-8?q?n=20root=20pin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit What: - update goplaces plugin root input to latest nix-steipete-tools rev Why: - keep plugin aligned with new goplaces units default Tests: - not run (pin update only) --- tools/goplaces/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goplaces/flake.nix b/tools/goplaces/flake.nix index 666c8d1..18e83a1 100644 --- a/tools/goplaces/flake.nix +++ b/tools/goplaces/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs?rev=16c7794d0a28b5a37904d55bcca36003b9109aaa&narHash=sha256-fFUnEYMla8b7UKjijLnMe%2BoVFOz6HjijGGNS1l7dYaQ%3D"; - root.url = "github:openclaw/nix-steipete-tools?rev=98fbe7d1f5d22a6ee7486273af070d0dcd78d2e9&narHash=sha256-SFgx/KXWOoBrocEJdAVJ38p5X9Cxmf8/3O/i/PJo8tg="; + root.url = "github:openclaw/nix-steipete-tools?rev=1645c755ae3603e44d84101366499069e2a6117a&narHash=sha256-1Bq1E4lMB7IFwmjMI2LxGHXNIrpMRIIQGaCeOEo20xU="; }; outputs = { self, nixpkgs, root }: