Skip to content

Commit

Permalink
youtube-dl: 2017.10.01 -> 2017.10.20
Browse files Browse the repository at this point in the history
(cherry picked from commit 1f2d1ac)
  • Loading branch information
dywedir authored and fpletz committed Oct 23, 2017
1 parent 36a4dc3 commit bf3dbc2
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.10.01";
version = "2017.10.20";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "047zinsczn6c96fzkarlb29y7sjwyh84nxlpfpa6mi4rn090wkqb";
sha256 = "0npr8b1xg1dylz717kfllw433h1y16251npzch48lchq69bhm4iy";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit bf3dbc2

Please sign in to comment.