Robert Schütz 2 years ago
parent 0e5bfe647d
commit cdf7b205b4
  1. 7
      pkgs/tools/audio/spotdl/default.nix

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "spotdl";
version = "3.9.4";
version = "3.9.5";
src = fetchFromGitHub {
owner = "spotDL";
repo = "spotify-downloader";
rev = "v${version}";
sha256 = "sha256-PJ9m+697bdrhHZ80wJvL6V366Vn3tmPfioK1sZAyB/Q=";
hash = "sha256-Zdm+OVcFgOO8kbJDNQSVDLnIHzhvm9EPbcG95mNrnTk=";
};
propagatedBuildInputs = with python3.pkgs; [
@ -22,10 +22,11 @@ python3.pkgs.buildPythonApplication rec {
rapidfuzz
mutagen
ytmusicapi
yt-dlp
beautifulsoup4
requests
unidecode
yt-dlp
setuptools
];
checkInputs = with python3.pkgs; [

Loading…
Cancel
Save