mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +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,
|
zsh,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
ncurses,
|
ncurses,
|
||||||
nix-update-script,
|
unstableGitUpdater,
|
||||||
testers,
|
testers,
|
||||||
runCommand,
|
runCommand,
|
||||||
}:
|
}:
|
||||||
|
@ -79,7 +79,9 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
version = "0.2.0";
|
version = "0.2.0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
updateScript = nix-update-script { };
|
updateScript = unstableGitUpdater {
|
||||||
|
tagPrefix = "v";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue