diff --git a/derivations/default.nix b/derivations/default.nix index 3c9060d7..97146ef7 100644 --- a/derivations/default.nix +++ b/derivations/default.nix @@ -8,5 +8,5 @@ dconf-editor-wrapped = pkgs.callPackage ./dconf-editor-wrapped {}; dell-b1160w = pkgs.callPackage ./dell-b1160w {}; xdg-desktop-portal-termfilechooser = pkgs.callPackage ./xdg-desktop-portal-termfilechooser {}; - spotdl-4_1_6 = pkgs.callPackage ./spotdl-4.1.6 {}; + spotdl-4_1_6 = pkgs.callPackage ./spotdl-4_1_6 {}; } diff --git a/derivations/spotdl-4.1.6/default.nix b/derivations/spotdl-4_1_6/default.nix similarity index 96% rename from derivations/spotdl-4.1.6/default.nix rename to derivations/spotdl-4_1_6/default.nix index cea016f6..079916cc 100644 --- a/derivations/spotdl-4.1.6/default.nix +++ b/derivations/spotdl-4_1_6/default.nix @@ -7,14 +7,13 @@ python3.pkgs.buildPythonApplication rec { pname = "spotdl"; version = "4.1.6"; - format = "pyproject"; src = fetchFromGitHub { owner = "spotDL"; repo = "spotify-downloader"; rev = "refs/tags/v${version}"; - hash = "sha256-+hkdrPi3INs16SeAl+iXOE9KFDzG/TYXB3CDd8Tigwk="; + hash = "sha256-0Socf9465+gTogilu5Y91sRC3mPsTNr8X+WZaqp+AdQ="; }; nativeBuildInputs = with python3.pkgs; [