youtube-dl: 2017.10.01 -> 2017.10.20

This commit is contained in:
dywedir 2017-10-21 00:32:37 +03:00 committed by Vincent Laporte
parent 53f8adbc86
commit 1f2d1ac92b

View File

@ -15,11 +15,11 @@ with stdenv.lib;
buildPythonApplication rec {
name = "youtube-dl-${version}";
version = "2017.10.01";
version = "2017.10.20";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "047zinsczn6c96fzkarlb29y7sjwyh84nxlpfpa6mi4rn090wkqb";
sha256 = "0npr8b1xg1dylz717kfllw433h1y16251npzch48lchq69bhm4iy";
};
nativeBuildInputs = [ makeWrapper ];