waybar-mpris: add passthru.updateScript

This commit is contained in:
Austin Horstman 2024-03-26 21:24:57 -05:00
parent 57784e8bd6
commit da65da9696
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

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