tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
spotdl: unpin ytmusicapi
Robert Schütz
2 years ago
3bd81365
59c03223
+1
-12
1 changed file
expand all
collapse all
unified
split
pkgs
tools
audio
spotdl
default.nix
+1
-12
pkgs/tools/audio/spotdl/default.nix
···
6
}:
7
8
let
9
-
python = python3.override {
10
-
packageOverrides = self: super: {
11
-
ytmusicapi = super.ytmusicapi.overridePythonAttrs (old: rec {
12
-
version = "0.25.1";
13
-
src = fetchPypi {
14
-
inherit (old) pname;
15
-
inherit version;
16
-
hash = "sha256-uc/fgDetSYaCRzff0SzfbRhs3TaKrfE2h6roWkkj8yQ=";
17
-
};
18
-
});
19
-
};
20
-
};
21
in python.pkgs.buildPythonApplication rec {
22
pname = "spotdl";
23
version = "4.2.1";
···
6
}:
7
8
let
9
+
python = python3;
0
0
0
0
0
0
0
0
0
0
0
10
in python.pkgs.buildPythonApplication rec {
11
pname = "spotdl";
12
version = "4.2.1";