Merge pull request #71602 from xrelkd/update/youtube-dl

youtube-dl: 2019.10.16 -> 2019.10.22
This commit is contained in:
worldofpeace 2019-10-27 05:17:48 +00:00 committed by GitHub
commit 7edc64b633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,11 +18,11 @@ buildPythonPackage rec {
# The websites youtube-dl deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported
# to the latest stable release.
version = "2019.10.16";
version = "2019.10.22";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "089bm68255b8af9y1mf1bmsnci9b2vdcm2a9x4rnrvhrwhxb9b7j";
sha256 = "06wg6wpyq0fawjxjrhd7zasfjr9b6w9wsk2amiqdl712zqlq2rwb";
};
nativeBuildInputs = [ makeWrapper ];