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 682f948 commit 5b9c562Copy full SHA for 5b9c562
1 file changed
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-EBldqHBrjjLyFLQwgUF7kJaU0SRsa39go5s/hfeyMQI=";
+ vendorHash = "sha256-bUERoPH/lTg6RXzKSMyvaODU9C3K9K7Smpc0nYbr5wA=";
41
42
src = ./.;
43
0 commit comments