Unverified Commit 63af512f authored by Austin Horstman's avatar Austin Horstman
Browse files

waybar-mpris: fix updateScript

Old update script crashed
parent ae2cd8da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";