Merge pull request #106849 from zowoq/ytdl

youtube-dl: 2020.12.12 -> 2020.12.14
This commit is contained in:
Anderson Torres 2020-12-13 20:01:33 -03:00 committed by GitHub
commit c156c50167
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 = "2020.12.12";
version = "2020.12.14";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0iv4l78ylzx8q6myv4v7xq6r5y0hacz6l30bqk1szncfikvfc3cf";
sha256 = "0ws2nsvn0qlnnyxz9g95ffygscfmg5npzmwbq8iyyi6b2njsb0cn";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];