Skip to content

Commit

Permalink
youtube-dl: 2017.08.27 -> 2017.09.15
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ral authored and fpletz committed Sep 17, 2017
1 parent 6460e45 commit 579a190
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.08.27";
version = "2017.09.15";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 579a190

Please sign in to comment.