Merge pull request #49522 from timokau/youtube-dl-2018.10.29

youtube-dl: 2018.10.05 -> 2018.10.29
This commit is contained in:
Timo Kaufmann 2018-10-31 15:58:40 +01:00 committed by GitHub
commit fdba69326d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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