Merge pull request #49522 from timokau/youtube-dl-2018.10.29
youtube-dl: 2018.10.05 -> 2018.10.29
This commit is contained in:
commit
fdba69326d
@ -16,11 +16,14 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
|
||||||
pname = "youtube-dl";
|
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 {
|
src = fetchurl {
|
||||||
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
|
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1iq02kwxdgh07bf0w0fvbsjbdshs4kja35gy8m70ji9cj10l1mbw";
|
sha256 = "1ndkkpnmjdyz5gjjmvaf18761lxa2c0kypicm9bpqpaj7sdr9s27";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user