Skip to content

Commit

Permalink
youtube-dl: 2017.02.04.1 -> 2017.02.16 (#22851)
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzst authored and Profpatsch committed Feb 15, 2017
1 parent d4e5bb3 commit 61f2f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/youtube-dl/default.nix
Expand Up @@ -15,11 +15,11 @@ with stdenv.lib;
buildPythonApplication rec {

name = "youtube-dl-${version}";
version = "2017.02.04.1";
version = "2017.02.16";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "1aqca4mxgdjiv1qfnzqxx6lpwggfxsaahvvs235pyz0j3kywa4nj";
sha256 = "21a5014f25d8ad2882999dd8cbf8cc2fd13c42116f5fe7b4781c982421ea59b0";
};

buildInputs = [ makeWrapper zip ] ++ optional generateManPage pandoc;
Expand Down

0 comments on commit 61f2f8c

Please sign in to comment.