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 2aa6012 commit 033eca1Copy full SHA for 033eca1
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-WlcE8yCwu2ytH9sDi0aXbswlvx5DKwp7HYHB3vKEs8w=";
+ vendorHash = "sha256-A4ViFWPWNsF3/TbYNALyjMzfvl09DZxAlUxS7FsTuUY=";
41
42
src = ./.;
43
0 commit comments