monophony: add update script

This commit is contained in:
annalee 2023-12-22 14:01:56 +00:00
parent 47553fc348
commit 7304daa06b
No known key found for this signature in database

View File

@ -8,6 +8,7 @@
, libadwaita
, libsoup_3
, glib-networking
, nix-update-script
}:
python3Packages.buildPythonApplication rec {
pname = "monophony";
@ -57,6 +58,8 @@ python3Packages.buildPythonApplication rec {
)
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://gitlab.com/zehkira/monophony";
description = "Linux app for streaming music from YouTube";