removed hashes

This commit is contained in:
John Lancaster
2025-12-07 10:33:32 -06:00
parent 35ba80b9cc
commit db0c0a148e

View File

@@ -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; {