Unverified Commit 2442167e authored by Nadir Ishiguro's avatar Nadir Ishiguro
Browse files

kopia: replace gitUpdater with nix-update script

gitUpdater does not update vendorHash and thus seems to prevent
auto-updates via r-ryantm.
parent f0449a48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;