kopia: replace gitUpdater with nix-update script

gitUpdater does not update vendorHash and thus seems to prevent
auto-updates via r-ryantm.

+2 -2
+2 -2
pkgs/by-name/ko/kopia/package.nix
··· 2 lib, 3 buildGoModule, 4 fetchFromGitHub, 5 - gitUpdater, 6 installShellFiles, 7 stdenv, 8 testers, ··· 38 ''; 39 40 passthru = { 41 - updateScript = gitUpdater { rev-prefix = "v"; }; 42 tests = { 43 kopia-version = testers.testVersion { 44 package = kopia;
··· 2 lib, 3 buildGoModule, 4 fetchFromGitHub, 5 + nix-update-script, 6 installShellFiles, 7 stdenv, 8 testers, ··· 38 ''; 39 40 passthru = { 41 + updateScript = nix-update-script { }; 42 tests = { 43 kopia-version = testers.testVersion { 44 package = kopia;