We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1854788 commit 3bdb547Copy full SHA for 3bdb547
flake.nix
@@ -37,7 +37,7 @@
37
state = if (self ? rev) then "clean" else "dirty";
38
39
# This vendorHash represents a derivative of all go.mod dependencies and needs to be adjusted with every change
40
- vendorHash = "sha256-2iAKoykQ4GE2AvwcVoY2p1zOV411mcOCRfkZ4FvnM74=";
+ vendorHash = "sha256-Ie4f9yOugKRYzRrea7GS7MtrHGg9ph/+radyUWdVv5U=";
41
42
src = ./.;
43
0 commit comments