Merge pull request #107852 from zowoq/ytdl

youtube-dl: 2020.12.26 -> 2020.12.29
This commit is contained in:
Pavol Rusnak 2020-12-29 00:52:53 +01:00 committed by GitHub
commit e9e533f03f
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.26";
version = "2020.12.29";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1kqfrci4qg6bx7ywzppidjqxsx1c4l5psmwqcylw66bs0s442fwy";
sha256 = "1hcr3mf63csp6lfpqszl5ibb2jhyl180s6pvbb7771jg0kdvlbbb";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];