Merge pull request #104710 from zowoq/ytdl

youtube-dl: 2020.11.21.1 -> 2020.11.24
This commit is contained in:
Martin Weinelt 2020-11-25 00:48:55 +01:00 committed by GitHub
commit dbaf421258
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.21.1";
version = "2020.11.24";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0a9livib328z5j3kfndxys2193dvfs4hh38krx0idg0k26xp7cfl";
sha256 = "0yjkzv47vspl3hgz0dpvyikjv0w9bk6l91s1iaa7qbdlsvig4w3x";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];