youtube-dl: 2020.01.15 -> 2020.01.24

This commit is contained in:
arcnmx 2020-01-24 11:32:19 -08:00
parent 93c7301338
commit e0e2fd849a

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.01.15";
version = "2020.01.24";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0dyjc8nxyg9ry2ylmblh3fwavpais3mdfj6ndw4i0yc2vkw12rsm";
sha256 = "1zrnbjnwv315f9a83lk5c0gl4ianvp6q2kinxvqlv604sabcq78b";
};
nativeBuildInputs = [ makeWrapper ];