We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8177ed0 + 86ac7da commit 7619770Copy full SHA for 7619770
2 files changed
.github/workflows/nix-update-hash.yaml
@@ -6,6 +6,7 @@ on:
6
- 'go.sum'
7
branches-ignore:
8
- 'nix-update-hash/*'
9
+ workflow_dispatch:
10
11
jobs:
12
update-hash:
flake.nix
@@ -41,7 +41,7 @@
41
# Hash of Go module dependencies.
42
# Update this after changing go.mod/go.sum:
43
# task nix-update-hash
44
- vendorHash = "sha256-uYxxIsYFeYfDXKCiW+iWHSrDT4FGkc+5OJlzZwEmo4w=";
+ vendorHash = "sha256-Hj72B7lra2qU+Kj9DKP9P8/AJ3Z2p6MRTikfiSnZkO4=";
45
46
ldflags = [
47
"-s"
0 commit comments