Merge pull request #164620 from bryanasdev000/ytmdl

ytmdl: 2021.08.01 -> 2022.03.16
This commit is contained in:
Pascal Bach 2022-03-18 22:34:04 +01:00 committed by GitHub
commit de8120a340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,17 @@
{ lib { lib
, python3Packages , python3Packages
, yt-dlp
, ffmpeg , ffmpeg
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "ytmdl"; pname = "ytmdl";
version = "2021.08.01"; version = "2022.03.16";
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname; inherit pname;
version = builtins.replaceStrings [ ".0" ] [ "." ] version; version = builtins.replaceStrings [ ".0" ] [ "." ] version;
sha256 = "f5ef23dcba89aaf2307baf4ffc2326dc5c02324f646e5e5748219ed328202af4"; sha256 = "sha256-2lEOgwSi4fAVK+gJXvjWQDBWIb1cODFmUiq0FUfpyXA=";
}; };
postPatch = '' postPatch = ''
@ -34,7 +35,7 @@ python3Packages.buildPythonApplication rec {
itunespy itunespy
mutagen mutagen
pysocks pysocks
youtube-dl yt-dlp
ytmusicapi ytmusicapi
spotipy spotipy
]; ];