Merge pull request #62846 from dtzWill/update/youtube-dl-2019.06.08

youtube-dl: 2019.05.20 -> 2019.06.08
This commit is contained in:
worldofpeace 2019-06-08 01:14:54 -04:00 committed by GitHub
commit bfa0e4345e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,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.05.20";
version = "2019.06.08";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "18xwdfvpkqrnj0kb8xj8hgwhgiqpv7x7x7zzr4x3vynb9grcv9m8";
sha256 = "0dq8k28bl48xrnzf3mpi7lwyfiq8v2f78sy6py4jbiynxh38ani7";
};
nativeBuildInputs = [ makeWrapper ];