ytmdl: 2021.05.26 -> 2021.06.26 (#128256)
* ytmdl: 2021.05.26 -> 2021.06.26 * Update pkgs/tools/misc/ytmdl/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
32efc3febc
commit
25d2223859
@ -1,14 +1,17 @@
|
||||
{ lib, fetchFromGitHub, buildPythonApplication, ffmpeg, ffmpeg-python, musicbrainzngs, rich, simber, pydes, youtube-search, unidecode, pyxdg, downloader-cli, beautifulsoup4, itunespy, mutagen, pysocks, youtube-dl }:
|
||||
{ lib, fetchFromGitHub, buildPythonApplication, ffmpeg, ffmpeg-python, musicbrainzngs, rich, simber
|
||||
, pydes, youtube-search, unidecode, pyxdg, downloader-cli, beautifulsoup4, itunespy, mutagen, pysocks
|
||||
, youtube-dl, ytmusicapi
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "ytmdl";
|
||||
version = "2021.05.26";
|
||||
version = "2021.06.26";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deepjyoti30";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-AYBhPmv1/cOaMh44kqm7JpJSudHbfriiJztcGL5mbEk=";
|
||||
sha256 = "1jpd5zhqg2m9vjjjw4mgzb594q1v1pq1yl65py6kw42bq9w5yl5p";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -33,6 +36,7 @@ buildPythonApplication rec {
|
||||
mutagen
|
||||
pysocks
|
||||
youtube-dl
|
||||
ytmusicapi
|
||||
];
|
||||
|
||||
# This application has no tests
|
||||
|
Loading…
Reference in New Issue
Block a user