summary refs log tree commit diff
path: root/pkgs/tools/audio/spotdl/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-06-25 21:06:39 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-06-25 21:06:47 +0200
commit275579cfe76b2d031b8553a1ffd70bf4b6ee314e (patch)
tree31dca9da01c01d27e87241ac82b7c7af09bbcf63 /pkgs/tools/audio/spotdl/default.nix
parent1074664caf27be0a4a22bd391f5284a9b355f5b3 (diff)
downloadnixpkgs-275579cfe76b2d031b8553a1ffd70bf4b6ee314e.tar
nixpkgs-275579cfe76b2d031b8553a1ffd70bf4b6ee314e.tar.gz
nixpkgs-275579cfe76b2d031b8553a1ffd70bf4b6ee314e.tar.bz2
nixpkgs-275579cfe76b2d031b8553a1ffd70bf4b6ee314e.tar.lz
nixpkgs-275579cfe76b2d031b8553a1ffd70bf4b6ee314e.tar.xz
nixpkgs-275579cfe76b2d031b8553a1ffd70bf4b6ee314e.tar.zst
nixpkgs-275579cfe76b2d031b8553a1ffd70bf4b6ee314e.zip
spotdl: 4.1.10 -> 4.1.11
Diff: https://github.com/spotDL/spotify-downloader/compare/refs/tags/v4.1.10...v4.1.11

Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.1.10
Diffstat (limited to 'pkgs/tools/audio/spotdl/default.nix')
-rw-r--r--pkgs/tools/audio/spotdl/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/audio/spotdl/default.nix b/pkgs/tools/audio/spotdl/default.nix
index cd856770f79..abd96f56dc4 100644
--- a/pkgs/tools/audio/spotdl/default.nix
+++ b/pkgs/tools/audio/spotdl/default.nix
@@ -20,7 +20,7 @@ let
   };
 in python.pkgs.buildPythonApplication rec {
   pname = "spotdl";
-  version = "4.1.10";
+  version = "4.1.11";
 
   format = "pyproject";
 
@@ -28,7 +28,7 @@ in python.pkgs.buildPythonApplication rec {
     owner = "spotDL";
     repo = "spotify-downloader";
     rev = "refs/tags/v${version}";
-    hash = "sha256-SmyUoMOlBJZTJH19NwTKbz/vo7Oh4tGHCQrW5DVZQWQ=";
+    hash = "sha256-I/53JapzTo6VXss82/F0qO/Etwd4i6ZP9FPjaFRHwV0=";
   };
 
   nativeBuildInputs = with python.pkgs; [
@@ -85,8 +85,8 @@ in python.pkgs.buildPythonApplication rec {
     "test_album_from_string"
     "test_album_from_url"
     "test_album_length"
-    "test_artist_from_url"
     "test_artist_from_string"
+    "test_artist_from_url"
     "test_convert"
     "test_download_ffmpeg"
     "test_download_song"
@@ -96,6 +96,7 @@ in python.pkgs.buildPythonApplication rec {
     "test_preload_song"
     "test_song_from_search_term"
     "test_song_from_url"
+    "test_yt_search"
   ];
 
   makeWrapperArgs = [