diff --git a/flake.nix b/flake.nix index b937ab5526..77c0e3bf98 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ state = if (self ? rev) then "clean" else "dirty"; # This vendorHash represents a derivative of all go.mod dependencies and needs to be adjusted with every change - vendorHash = "sha256-CsGWwNrRpT5kvZgI3eTbJzgQT+FXkVRyrvILsvW+UlY="; + vendorHash = "sha256-dWwvxRCeY9eNqUYijpGWRE76ZQYbBgpgH96LzSn8jJ8="; src = ./.;