revolver: fix update script

This commit is contained in:
Weijia Wang 2025-04-20 09:49:47 +02:00
parent 27299af9e6
commit acb872c482

View file

@ -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 = {