spotdl: 3.9.3 -> 3.9.4

This commit is contained in:
R. Ryantm 2022-04-04 21:27:14 +00:00
parent 0af35df7b8
commit bef8827a69

View file

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