Skip to content

Commit

Permalink
youtubeDL: 2017.02.17 -> 2017.02.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Feb 26, 2017
1 parent 45f3a17 commit 9c2ac51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/youtube-dl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ with stdenv.lib;
buildPythonApplication rec {

name = "youtube-dl-${version}";
version = "2017.02.17";
version = "2017.02.24.1";

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

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

0 comments on commit 9c2ac51

Please sign in to comment.