youtube-dl: 2019.05.20 -> 2019.06.08

This commit is contained in:
Will Dietz 2019-06-07 20:36:01 -05:00
parent 380c5f5fbd
commit 9efd9de94a
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

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 ];