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 bbd56be commit 3be028fCopy full SHA for 3be028f
1 file changed
flake.nix
@@ -36,7 +36,7 @@
36
state = if (self ? rev) then "clean" else "dirty";
37
38
# This vendorHash represents a derivative of all go.mod dependencies and needs to be adjusted with every change
39
- vendorHash = "sha256-OtB4UuUQi+Wdo2/rVWhihuvv0G/znZWI2l5zrfHeckw=";
+ vendorHash = "sha256-N+uajsUezeiBGwp7o/tIZmRYMd5MKr2NRF95OjjhTNY=";
40
41
src = ./.;
42
0 commit comments