From cdf7b205b4999bee5e5f0b6e5436b5aef9122d5b Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Sun, 17 Apr 2022 02:38:00 +0000 Subject: spotdl: 3.9.4 -> 3.9.5 https://github.com/spotDL/spotify-downloader/releases/tag/v3.9.5 --- pkgs/tools/audio/spotdl/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/tools/audio/spotdl/default.nix b/pkgs/tools/audio/spotdl/default.nix index e407a5f9907..7753818fb1f 100644 --- a/pkgs/tools/audio/spotdl/default.nix +++ b/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; [ -- cgit 1.4.1