revolver: fix update script (#338279)

This commit is contained in:
Weijia Wang
2025-04-20 23:52:52 +02:00
committed by GitHub
+4 -2
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 = {