mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
revolver: fix update script
This commit is contained in:
parent
27299af9e6
commit
acb872c482
1 changed files with 4 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue