youtube-dl: 2021.01.16 -> 2021.01.24.1

https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.24.1
This commit is contained in:
zowoq 2021-01-24 21:24:39 +10:00
parent f2a2be7308
commit 5cdf493674

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.01.16";
version = "2021.01.24.1";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1q8pvw5j45k8nvr3d9rvnhi6xaj1mdqlkrg7q7qq6zciq5r54fhi";
sha256 = "001hs73fpm4nxcgn60n9wlsdmiv40f4b1k6hkl4g4wyywv9ic9fy";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];