Rename spotdl derivation
This commit is contained in:
@ -8,5 +8,5 @@
|
|||||||
dconf-editor-wrapped = pkgs.callPackage ./dconf-editor-wrapped {};
|
dconf-editor-wrapped = pkgs.callPackage ./dconf-editor-wrapped {};
|
||||||
dell-b1160w = pkgs.callPackage ./dell-b1160w {};
|
dell-b1160w = pkgs.callPackage ./dell-b1160w {};
|
||||||
xdg-desktop-portal-termfilechooser = pkgs.callPackage ./xdg-desktop-portal-termfilechooser {};
|
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 {};
|
||||||
}
|
}
|
||||||
|
@ -7,14 +7,13 @@
|
|||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "spotdl";
|
pname = "spotdl";
|
||||||
version = "4.1.6";
|
version = "4.1.6";
|
||||||
|
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "spotDL";
|
owner = "spotDL";
|
||||||
repo = "spotify-downloader";
|
repo = "spotify-downloader";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-+hkdrPi3INs16SeAl+iXOE9KFDzG/TYXB3CDd8Tigwk=";
|
hash = "sha256-0Socf9465+gTogilu5Y91sRC3mPsTNr8X+WZaqp+AdQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
Reference in New Issue
Block a user