waybar-mpris: fix updateScript

Old update script crashed
This commit is contained in:
Austin Horstman 2024-10-22 09:44:55 -05:00
parent ae2cd8daea
commit 63af512f47
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
lib,
fetchgit,
buildGoModule,
unstableGitUpdater,
nix-update-script,
}:
buildGoModule {
@ -22,7 +22,7 @@ buildGoModule {
"-w"
];
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
meta = with lib; {
description = "Waybar component/utility for displaying and controlling MPRIS2 compliant media players individually";