Skip to content

Commit 86ac7da

Browse files
drewrclaude
andcommitted
chore(nix): add manual workflow trigger and update vendorHash
- Add workflow_dispatch trigger to nix-update-hash workflow - Update vendorHash to match current dependencies Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent d80d3f6 commit 86ac7da

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nix-update-hash.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'go.sum'
77
branches-ignore:
88
- 'nix-update-hash/*'
9+
workflow_dispatch:
910

1011
jobs:
1112
update-hash:

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# Hash of Go module dependencies.
4242
# Update this after changing go.mod/go.sum:
4343
# task nix-update-hash
44-
vendorHash = "sha256-xxlYC74qdbF4VS3tqbEm78SHQYDS5vIsypZZ8dDg2GM=";
44+
vendorHash = "sha256-Hj72B7lra2qU+Kj9DKP9P8/AJ3Z2p6MRTikfiSnZkO4=";
4545

4646
ldflags = [
4747
"-s"

0 commit comments

Comments
 (0)