youtube-dl: 2021.06.06 -> 2021.12.17

This commit is contained in:
Sandro Jäckel 2021-12-18 10:06:13 +01:00
parent 7f1a335b9a
commit 001c75d537
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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 = "2021.06.06";
version = "2021.12.17";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1hqan9h55x9gfdakw554vic68w9gpvhblchwxlw265zxp56hxjrw";
sha256 = "sha256-nzuZyLd4RVFltFJfIVBehsf/Vl86wxnhlzPYEBlBNd8=";
};
patches = [