We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab4aba commit 863e0fbCopy full SHA for 863e0fb
pkgs/by-name/sp/spotdl/package.nix
@@ -6,14 +6,14 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "spotdl";
9
- version = "4.2.10";
+ version = "4.2.11";
10
pyproject = true;
11
12
src = fetchFromGitHub {
13
owner = "spotDL";
14
repo = "spotify-downloader";
15
tag = "v${version}";
16
- hash = "sha256-F97g5AhyXXYEICb/0RcfVPype8PVfFAKFEX0Xyg1QoI=";
+ hash = "sha256-9PlqnpUlV5b8g+lctGjVL1Xgf25SS5xqkDaa1bSlxpk=";
17
};
18
19
build-system = with python3.pkgs; [ poetry-core ];
0 commit comments