spotdl: 3.9.2 -> 3.9.3

This commit is contained in:
R. Ryantm 2022-02-10 21:04:40 +00:00 committed by Jonathan Ringer
parent dc1c436051
commit 1e33ab3395

View file

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "spotdl";
version = "3.9.2";
version = "3.9.3";
src = fetchFromGitHub {
owner = "spotDL";
repo = "spotify-downloader";
rev = "v${version}";
sha256 = "sha256-Y4l86OjAEwNt2i9+OFgol3b6nhbpe27NFTKJrLKQgHg=";
sha256 = "sha256-sx6UtblpsetKPwhlXB3Kj3OMIOyW9QluzB+YbtQGdYQ=";
};
propagatedBuildInputs = with python3.pkgs; [