removed hashes
This commit is contained in:
@@ -19,9 +19,9 @@
|
|||||||
owner = "creativeprojects";
|
owner = "creativeprojects";
|
||||||
repo = "resticprofile";
|
repo = "resticprofile";
|
||||||
rev = "v${version}";
|
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";
|
goPackagePath = "github.com/creativeprojects/resticprofile";
|
||||||
doCheck = false; # Disable tests due to sandboxed build environment
|
doCheck = false; # Disable tests due to sandboxed build environment
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user