Merge pull request #104531 from zowoq/ytdl

youtube-dl: 2020.11.19 -> 2020.11.21.1
This commit is contained in:
Martin Weinelt 2020-11-22 00:45:36 +01:00 committed by GitHub
commit ada1e001c5
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.11.19";
version = "2020.11.21.1";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "17my2k6ksj2gch2j85laa5y8c448j4n6zfg85ljfg3zxnag4vhgq";
sha256 = "0a9livib328z5j3kfndxys2193dvfs4hh38krx0idg0k26xp7cfl";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];