diff --git a/flake.nix b/flake.nix index 61afb82873..11e3ad14b3 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ state = if (self ? rev) then "clean" else "dirty"; # This vendorHash represents a dervative of all go.mod dependancies and needs to be adjusted with every change - vendorHash = "sha256-DViTw6f6dz/="; + vendorHash = "sha256-DViTw6f6dz/tGu5IvX17rMftvaHsuJErzq1ChegcFjk="; src = ./.;