We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2cd8d commit 63af512Copy full SHA for 63af512
pkgs/by-name/wa/waybar-mpris/package.nix
@@ -2,7 +2,7 @@
2
lib,
3
fetchgit,
4
buildGoModule,
5
- unstableGitUpdater,
+ nix-update-script,
6
}:
7
8
buildGoModule {
@@ -22,7 +22,7 @@ buildGoModule {
22
"-w"
23
];
24
25
- passthru.updateScript = unstableGitUpdater { };
+ passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
26
27
meta = with lib; {
28
description = "Waybar component/utility for displaying and controlling MPRIS2 compliant media players individually";
0 commit comments