Skip to content

Commit 63af512

Browse files
committed
waybar-mpris: fix updateScript
Old update script crashed
1 parent ae2cd8d commit 63af512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wa/waybar-mpris/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib,
33
fetchgit,
44
buildGoModule,
5-
unstableGitUpdater,
5+
nix-update-script,
66
}:
77

88
buildGoModule {
@@ -22,7 +22,7 @@ buildGoModule {
2222
"-w"
2323
];
2424

25-
passthru.updateScript = unstableGitUpdater { };
25+
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
2626

2727
meta = with lib; {
2828
description = "Waybar component/utility for displaying and controlling MPRIS2 compliant media players individually";

0 commit comments

Comments
 (0)