Merge pull request #107365 from zowoq/ytdl

youtube-dl: 2020.12.14 -> 2020.12.22
This commit is contained in:
Maximilian Bosch 2020-12-22 08:49:48 +01:00 committed by GitHub
commit fb8f5df18f
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.14";
version = "2020.12.22";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0ws2nsvn0qlnnyxz9g95ffygscfmg5npzmwbq8iyyi6b2njsb0cn";
sha256 = "0v7pyrdii8yqcx9pjl6r46qj7ljjmwmwkrd5sghf1vmgfwacx5fc";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];