We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35213c commit baefd59Copy full SHA for baefd59
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-DB4dtc6gLJN3vvgC5GvqJlRajU830r1JS/PKLMBhkeA=";
+ vendorHash = "sha256-Kq+387B7UQ6a6m671ngfV76C8rvqHHGr42OxolJJFAg=";
41
42
src = ./.;
43
0 commit comments