Merge pull request #164620 from bryanasdev000/ytmdl
ytmdl: 2021.08.01 -> 2022.03.16
This commit is contained in:
commit
de8120a340
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue