parrot: use unstableGitUpdater

This commit is contained in:
Weijia Wang 2024-07-03 12:43:11 +02:00
parent ae472bb7f0
commit 60b60d4bfb

View File

@ -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";