youtube-dl: 2020.11.24 -> 2020.11.26

https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.26
This commit is contained in:
Luflosi 2020-11-25 21:09:14 +01:00
parent 59e61dd3da
commit 34e908df54
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.11.24";
version = "2020.11.26";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0yjkzv47vspl3hgz0dpvyikjv0w9bk6l91s1iaa7qbdlsvig4w3x";
sha256 = "0zvgb1b5kzd2y97rvynxf7qvz3narllf1m26xsph1zll1zb6q47v";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];