refactor(spotifywm): small refactor
This commit is contained in:
parent
b5f16fcfcb
commit
0333542209
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
spotifywm = stdenv.mkDerivation {
|
spotifywm = stdenv.mkDerivation {
|
||||||
pname = "spotifywm-unstable";
|
pname = "spotifywm";
|
||||||
version = "2022-10-25";
|
version = "unstable-2022-10-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dasJ";
|
owner = "dasJ";
|
||||||
|
|
Loading…
Reference in a new issue