youtube-dl: 2018.10.05 -> 2018.10.29

This commit is contained in:
Timo Kaufmann 2018-10-31 14:32:08 +01:00
parent 7d24cf8ea9
commit 6ff17834db

@ -16,11 +16,14 @@
buildPythonPackage rec {
pname = "youtube-dl";
version = "2018.10.05";
# 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 = "2018.10.29";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1iq02kwxdgh07bf0w0fvbsjbdshs4kja35gy8m70ji9cj10l1mbw";
sha256 = "1ndkkpnmjdyz5gjjmvaf18761lxa2c0kypicm9bpqpaj7sdr9s27";
};
nativeBuildInputs = [ makeWrapper ];