waybar-mpris: add passthru.updateScript
This commit is contained in:
parent
57784e8bd6
commit
da65da9696
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, fetchgit
|
||||
, buildGoModule
|
||||
, unstableGitUpdater
|
||||
}:
|
||||
|
||||
buildGoModule {
|
||||
|
@ -20,6 +21,8 @@ buildGoModule {
|
|||
"-w"
|
||||
];
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "A waybar component/utility for displaying and controlling MPRIS2 compliant media players individually";
|
||||
homepage = "https://git.hrfee.pw/hrfee/waybar-mpris";
|
||||
|
|
Loading…
Reference in a new issue