Merge pull request #72806 from xrelkd/update/youtube-dl

youtube-dl: 2019.10.29 -> 2019.11.05
This commit is contained in:
Franz Pletz 2019-11-05 15:50:38 +00:00 committed by GitHub
commit 0e17ec1682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,11 +18,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.10.29";
version = "2019.11.05";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1lq6ycjbx07831s24yx42q6m6svas4mf02vbszw0965dbbzs7vp4";
sha256 = "129461i4103slqj3nq69djnlmgjj3lfgmazn41avc5g967w29b85";
};
nativeBuildInputs = [ makeWrapper ];