diff --git a/common/overlays/pkgs/spotifywm.nix b/common/overlays/pkgs/spotifywm.nix index 24aa50a1..c15430b3 100644 --- a/common/overlays/pkgs/spotifywm.nix +++ b/common/overlays/pkgs/spotifywm.nix @@ -11,8 +11,8 @@ }: let spotifywm = stdenv.mkDerivation { - pname = "spotifywm-unstable"; - version = "2022-10-25"; + pname = "spotifywm"; + version = "unstable-2022-10-25"; src = fetchFromGitHub { owner = "dasJ";