kopia: replace gitUpdater with nix-update script
gitUpdater does not update vendorHash and thus seems to prevent auto-updates via r-ryantm.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
gitUpdater,
|
||||
nix-update-script,
|
||||
installShellFiles,
|
||||
stdenv,
|
||||
testers,
|
||||
@@ -38,7 +38,7 @@ buildGoModule rec {
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = gitUpdater { rev-prefix = "v"; };
|
||||
updateScript = nix-update-script { };
|
||||
tests = {
|
||||
kopia-version = testers.testVersion {
|
||||
package = kopia;
|
||||
|
||||
Reference in New Issue
Block a user