Commit acb872c4 authored by Weijia Wang's avatar Weijia Wang
Browse files

revolver: fix update script

parent 27299af9
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  zsh,
  installShellFiles,
  ncurses,
  nix-update-script,
  unstableGitUpdater,
  testers,
  runCommand,
}:
@@ -79,7 +79,9 @@ stdenvNoCC.mkDerivation (finalAttrs: {
        version = "0.2.0";
      };
    };
    updateScript = nix-update-script { };
    updateScript = unstableGitUpdater {
      tagPrefix = "v";
    };
  };

  meta = {