chore(nix): update vendorHash for Go dependency updates

Updated vendorHash after merging Go dependency bumps:
- cobra 1.10.1 → 1.10.2
- x/term 0.37.0 → 0.38.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-15 21:26:06 -08:00
parent c6c0e5f37d
commit ac8f5ca590

View File

@@ -9,7 +9,7 @@ pkgs.buildGoModule {
subPackages = [ "cmd/bd" ];
doCheck = false;
# Go module dependencies hash (computed via nix build)
vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
vendorHash = "sha256-ql1yAkLrVYHBCZk9Wf1R6KpGJZLsiYULm21eBigBNWA=";
# Git is required for tests
nativeBuildInputs = [ pkgs.git ];