Merge pull request #107672 from zowoq/youtube-dl-update

youtube-dl: 2020.12.22 -> 2020.12.26
This commit is contained in:
Pavol Rusnak 2020-12-27 00:02:01 +01:00 committed by GitHub
commit d91e6c32b9
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.22";
version = "2020.12.26";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0v7pyrdii8yqcx9pjl6r46qj7ljjmwmwkrd5sghf1vmgfwacx5fc";
sha256 = "1kqfrci4qg6bx7ywzppidjqxsx1c4l5psmwqcylw66bs0s442fwy";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];