Merge pull request #106087 from Luflosi/update/youtube-dl

youtube-dl: 2020.12.05 -> 2020.12.07
This commit is contained in:
Anderson Torres 2020-12-07 13:54:26 -03:00 committed by GitHub
commit 17748395e9
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.05";
version = "2020.12.07";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "065s45l8qz7wlkaxw9bj20gq9647zpwdj9vc6chhqjscl63z1aqm";
sha256 = "0sbrwak9c0pbacg15q2wj5fcsj5k5k1sx9jm7rcjwkjdhqcjqrsi";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];