Skip to content

Commit

Permalink
youtubeDL: 2017.01.18 -> 2017.01.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 23, 2017
1 parent cce6f35 commit 33f4728
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.01.18";
version = "2017.01.22";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "7c16f3ce7cf8a673a4c531e4a1fc10801467a61732cb65430e40b3ab8b2f2d2e";
sha256 = "11sqiry50kb1f2v6py1pfb19kd5x04lcd78wx7ss2n6vw6ckm6mw";
};

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

0 comments on commit 33f4728

Please sign in to comment.