about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFĂ©lix <1219785+picnoir@users.noreply.github.com>2023-12-09 07:39:50 +0100
committerGitHub <noreply@github.com>2023-12-09 07:39:50 +0100
commit29558c0722ffd40ff625256e16259168b7c03ed1 (patch)
treeac752ba288345c83f9e68564dc1d31c0802e16d7 /pkgs/tools
parent2f878b30c5fd9956daee4c1fbe4d851677c47b3e (diff)
downloadnixlib-29558c0722ffd40ff625256e16259168b7c03ed1.tar
nixlib-29558c0722ffd40ff625256e16259168b7c03ed1.tar.gz
nixlib-29558c0722ffd40ff625256e16259168b7c03ed1.tar.bz2
nixlib-29558c0722ffd40ff625256e16259168b7c03ed1.tar.lz
nixlib-29558c0722ffd40ff625256e16259168b7c03ed1.tar.xz
nixlib-29558c0722ffd40ff625256e16259168b7c03ed1.tar.zst
nixlib-29558c0722ffd40ff625256e16259168b7c03ed1.zip
spotdl: 4.2.2 -> 4.2.4 (#272641)
Some tests have been renamed. We also disable some new tests requiring
network connectivity.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/audio/spotdl/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/tools/audio/spotdl/default.nix b/pkgs/tools/audio/spotdl/default.nix
index 9bbceae0b688..a825fd2e1e39 100644
--- a/pkgs/tools/audio/spotdl/default.nix
+++ b/pkgs/tools/audio/spotdl/default.nix
@@ -9,14 +9,14 @@ let
   python = python3;
 in python.pkgs.buildPythonApplication rec {
   pname = "spotdl";
-  version = "4.2.2";
+  version = "4.2.4";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "spotDL";
     repo = "spotify-downloader";
     rev = "refs/tags/v${version}";
-    hash = "sha256-pJr0OGUI3OcFsmvn9eqkvpFeF1EkHDdNoWc91s8h9O8=";
+    hash = "sha256-U0UA94t7WdCeU9Y86rcnT8BzXVx8ryhD3MTJxmNBYcc=";
   };
 
   nativeBuildInputs = with python.pkgs; [
@@ -79,8 +79,10 @@ in python.pkgs.buildPythonApplication rec {
     "test_download_ffmpeg"
     "test_download_song"
     "test_preload_song"
-    "test_ytm_get_results"
+    "test_yt_get_results"
+    "test_yt_search"
     "test_ytm_search"
+    "test_ytm_get_results"
   ];
 
   makeWrapperArgs = [