Skip to content

Commit

Permalink
youtube-dl: 2017.09.15 -> 2017.09.24 (#29866)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski authored and fpletz committed Sep 27, 2017
1 parent d02fac3 commit ff15b85
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.09.15";
version = "2017.09.24";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit ff15b85

Please sign in to comment.