fix(gogcli-plugin): repin tool flake root to openclaw rev with 0.11.1

Why
- tools/gogcli was pinned to an older root rev, so plugin output still resolved
  gogcli 0.9.0 even after package bump.

What
- update tools/gogcli root input to openclaw/nix-steipete-tools rev eddb00d...
- refresh tools/gogcli/flake.lock root input to same rev

Tests
- cd tools/gogcli && nix build .#gogcli
- cd tools/gogcli && ./result/bin/gog version  # 0.11.1
This commit is contained in:
joshp123 2026-02-26 13:42:18 +01:00
parent eddb00d4c1
commit 50194a9b8e
2 changed files with 6 additions and 6 deletions

View File

@ -44,18 +44,18 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1769797395,
"narHash": "sha256-QkPl/Rgk9DXgaVNhjvHHHjy5e81j+MzcVOouZRdUTLA=",
"lastModified": 1772109602,
"narHash": "sha256-Lzs6tzCkOOtDaZIRSGvS6ykJOtu0hZrdI95kxhkSIuw=",
"owner": "openclaw",
"repo": "nix-steipete-tools",
"rev": "dbf0a31a57407d9140e32357ea8d0215bd9feed9",
"rev": "eddb00d4c1037a983913fccf32880aece050cd32",
"type": "github"
},
"original": {
"narHash": "sha256-QkPl/Rgk9DXgaVNhjvHHHjy5e81j+MzcVOouZRdUTLA=",
"narHash": "sha256-Lzs6tzCkOOtDaZIRSGvS6ykJOtu0hZrdI95kxhkSIuw=",
"owner": "openclaw",
"repo": "nix-steipete-tools",
"rev": "dbf0a31a57407d9140e32357ea8d0215bd9feed9",
"rev": "eddb00d4c1037a983913fccf32880aece050cd32",
"type": "github"
}
}

View File

@ -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=dbf0a31a57407d9140e32357ea8d0215bd9feed9&narHash=sha256-QkPl/Rgk9DXgaVNhjvHHHjy5e81j+MzcVOouZRdUTLA=";
root.url = "github:openclaw/nix-steipete-tools?rev=eddb00d4c1037a983913fccf32880aece050cd32&narHash=sha256-Lzs6tzCkOOtDaZIRSGvS6ykJOtu0hZrdI95kxhkSIuw=";
};
outputs = { self, nixpkgs, root }: