From 3bd81365048362a5a2baa6da43f3e7d6cbcf2380 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Tue, 3 Oct 2023 17:34:21 -0700 Subject: spotdl: unpin ytmusicapi --- pkgs/tools/audio/spotdl/default.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'pkgs/tools/audio/spotdl/default.nix') diff --git a/pkgs/tools/audio/spotdl/default.nix b/pkgs/tools/audio/spotdl/default.nix index 53fdbd677f7..6b7a75bfb61 100644 --- a/pkgs/tools/audio/spotdl/default.nix +++ b/pkgs/tools/audio/spotdl/default.nix @@ -6,18 +6,7 @@ }: let - python = python3.override { - packageOverrides = self: super: { - ytmusicapi = super.ytmusicapi.overridePythonAttrs (old: rec { - version = "0.25.1"; - src = fetchPypi { - inherit (old) pname; - inherit version; - hash = "sha256-uc/fgDetSYaCRzff0SzfbRhs3TaKrfE2h6roWkkj8yQ="; - }; - }); - }; - }; + python = python3; in python.pkgs.buildPythonApplication rec { pname = "spotdl"; version = "4.2.1"; -- cgit 1.4.1