mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
parrot: use unstableGitUpdater
This commit is contained in:
parent
ae472bb7f0
commit
60b60d4bfb
@ -5,7 +5,7 @@
|
||||
, ffmpeg
|
||||
, libopus
|
||||
, makeBinaryWrapper
|
||||
, nix-update-script
|
||||
, unstableGitUpdater
|
||||
, openssl
|
||||
, pkg-config
|
||||
, stdenv
|
||||
@ -35,7 +35,9 @@ rustPlatform.buildRustPackage {
|
||||
--prefix PATH : ${lib.makeBinPath [ ffmpeg yt-dlp ]}
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
passthru.updateScript = unstableGitUpdater {
|
||||
tagPrefix = "v";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Hassle-free Discord music bot";
|
||||
|
Loading…
Reference in New Issue
Block a user