Skip to content

Commit 863e0fb

Browse files
committed
spotdl: 4.2.10 -> 4.2.11
1 parent 3ab4aba commit 863e0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sp/spotdl/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "spotdl";
9-
version = "4.2.10";
9+
version = "4.2.11";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "spotDL";
1414
repo = "spotify-downloader";
1515
tag = "v${version}";
16-
hash = "sha256-F97g5AhyXXYEICb/0RcfVPype8PVfFAKFEX0Xyg1QoI=";
16+
hash = "sha256-9PlqnpUlV5b8g+lctGjVL1Xgf25SS5xqkDaa1bSlxpk=";
1717
};
1818

1919
build-system = with python3.pkgs; [ poetry-core ];

0 commit comments

Comments
 (0)