Loading pkgs/by-name/wa/waybar-mpris/package.nix +7 −6 Original line number Diff line number Diff line { lib , fetchgit , buildGoModule , unstableGitUpdater { lib, fetchgit, buildGoModule, nix-update-script, }: buildGoModule { pname = "waybar-mpris"; version = "unstable-2022-01-27"; version = "0.1.0-unstable-2022-01-27"; src = fetchgit { url = "https://git.hrfee.pw/hrfee/waybar-mpris"; Loading @@ -21,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"; Loading Loading
pkgs/by-name/wa/waybar-mpris/package.nix +7 −6 Original line number Diff line number Diff line { lib , fetchgit , buildGoModule , unstableGitUpdater { lib, fetchgit, buildGoModule, nix-update-script, }: buildGoModule { pname = "waybar-mpris"; version = "unstable-2022-01-27"; version = "0.1.0-unstable-2022-01-27"; src = fetchgit { url = "https://git.hrfee.pw/hrfee/waybar-mpris"; Loading @@ -21,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"; Loading