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

youtube-dl: 2019.06.27 -> 2019.07.02
This commit is contained in:
worldofpeace 2019-07-04 05:54:18 -04:00 committed by GitHub
commit c3441f7498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.06.27";
version = "2019.07.02";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1kxqiyhhgv0n85jc02kai5i6wdjs1696k88q1phq7ik2y6ky3c7y";
sha256 = "1ci09m2fg23vk92sk3wkg0b2jkph8d06spyn2s3fgr1rwzwazgir";
};
nativeBuildInputs = [ makeWrapper ];