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:
Nadir Ishiguro
2025-07-31 15:12:58 +02:00
parent f0449a4887
commit 2442167ed1
+2 -2
View File
@@ -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;