spotdl: 4.2.6 -> 4.2.7

This commit is contained in:
R. Ryantm 2024-08-28 00:09:51 +00:00
parent f7439a07f6
commit 9791555cd4

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "spotdl";
version = "4.2.6";
version = "4.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "spotDL";
repo = "spotify-downloader";
rev = "refs/tags/v${version}";
hash = "sha256-OhZXxGkcO/dlYth9xUnpd/IbyvsbjMzwqQ9lPSvnFSs=";
hash = "sha256-AZpTxfnUyOLcPJQJyk77eqw1EbN3s7/8QQMxcxyJVKE=";
};
build-system = with python3.pkgs; [ poetry-core ];