lrcget: add passthru.updateScript
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
makeDesktopItem,
|
||||
alsa-lib,
|
||||
darwin,
|
||||
nix-update-script,
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "lrcget";
|
||||
@@ -104,6 +105,8 @@ rustPlatform.buildRustPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Utility for mass-downloading LRC synced lyrics for your offline music library";
|
||||
homepage = "https://github.com/tranxuanthang/lrcget";
|
||||
|
||||
Reference in New Issue
Block a user