Merge pull request #167239 from r-ryantm/auto-update/spotdl

spotdl: 3.9.3 -> 3.9.4
This commit is contained in:
Mario Rodas 2022-04-05 17:21:30 -05:00 committed by GitHub
commit f0a3abc487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; [