We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2199bae + 447e1d0 commit c3db199Copy full SHA for c3db199
pkgs/by-name/wa/waybar-mpris/package.nix
@@ -1,12 +1,13 @@
1
-{ lib
2
-, fetchgit
3
-, buildGoModule
4
-, unstableGitUpdater
+{
+ lib,
+ fetchgit,
+ buildGoModule,
5
+ nix-update-script,
6
}:
7
8
buildGoModule {
9
pname = "waybar-mpris";
- version = "unstable-2022-01-27";
10
+ version = "0.1.0-unstable-2022-01-27";
11
12
src = fetchgit {
13
url = "https://git.hrfee.pw/hrfee/waybar-mpris";
@@ -21,7 +22,7 @@ buildGoModule {
21
22
"-w"
23
];
24
- passthru.updateScript = unstableGitUpdater { };
25
+ 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