youtube-dl: 2020.01.24 -> 2020.02.16

https://github.com/ytdl-org/youtube-dl/releases/tag/2020.02.16
This commit is contained in:
Maximilian Bosch 2020-02-17 00:13:05 +01:00
parent 21bfc57dd9
commit 7957f43b6a
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

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 = "2020.01.24";
version = "2020.02.16";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1zrnbjnwv315f9a83lk5c0gl4ianvp6q2kinxvqlv604sabcq78b";
sha256 = "1ip0p7gifwmkls8ppfvz89j1lh82dg60zmvabj8njnhj170ikkdb";
};
nativeBuildInputs = [ makeWrapper ];