We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76aa481 commit a5ff033Copy full SHA for a5ff033
flake.nix
@@ -60,7 +60,7 @@
60
inherit name;
61
src = gitignore.lib.gitignoreSource ./.;
62
env.CGO_ENABLED = 0;
63
- vendorHash = "sha256-hscwOZhaVL17HPUGfs8uYSQt80D4HK4W6kNdkSmsQdA=";
+ vendorHash = "sha256-GE/6E/I/IbfLw+oikUqfA/8qDv91nbjoOl0dSSh5lJg=";
64
flags = [ "-trimpath" ];
65
ldflags = [
66
"-s"
0 commit comments