youtube-dl: 2016-10-31 -> 2016-11-02 (#20103)

This commit is contained in:
Stefan Goetz 2016-11-02 20:30:31 +01:00 committed by Profpatsch
parent aa39f65174
commit 64a3317889

View File

@ -14,11 +14,11 @@ with stdenv.lib;
buildPythonApplication rec {
name = "youtube-dl-${version}";
version = "2016.10.31";
version = "2016.11.02";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "b8a0889bf4fed2f54d8ebbc6ea7860feae05b122d1b192417af68159b83f0bb4";
sha256 = "97777924c3df763d3f2259c9a7f227a01e787ccd452be198191a4a848a7632d7";
};
buildInputs = [ makeWrapper zip ] ++ optional generateManPage pandoc;