diff --git a/homeManagerModules/restic/flake.nix b/homeManagerModules/restic/flake.nix index 76bf511..50b776d 100644 --- a/homeManagerModules/restic/flake.nix +++ b/homeManagerModules/restic/flake.nix @@ -19,9 +19,9 @@ owner = "creativeprojects"; repo = "resticprofile"; rev = "v${version}"; - sha256 = "sha256-ezelvyroQG1EW3SU63OVHJ/T4qjN5DRllvPIXnei1Z4="; # source tarball hash + sha256 = ""; # source tarball hash }; - vendorHash = "sha256-M9S6F/Csz7HnOq8PSWjpENKm1704kVx9zDts1ieraTE="; # Correct vendor hash + vendorHash = ""; # Correct vendor hash goPackagePath = "github.com/creativeprojects/resticprofile"; doCheck = false; # Disable tests due to sandboxed build environment meta = with lib; {