youtube-dl: 2020.12.07 -> 2020.12.09

https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.09
This commit is contained in:
Luflosi 2020-12-09 22:16:30 +01:00
parent db99b2549a
commit 91c700594b
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

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.07";
version = "2020.12.09";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0sbrwak9c0pbacg15q2wj5fcsj5k5k1sx9jm7rcjwkjdhqcjqrsi";
sha256 = "0qdris00jf6lb9q5qi3f5cyxya5a0sa8yqr6l204wns5px3n7iqa";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];