Skip to content

Commit

Permalink
youtube-dl: 2016.02.13 -> 2016.04.06
Browse files Browse the repository at this point in the history
(cherry picked from commit 6111d5b)
  • Loading branch information
joachifm authored and bjornfor committed Jul 16, 2016
1 parent 00dfa5b commit 1e70aaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/youtube-dl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
buildPythonApplication rec {

name = "youtube-dl-${version}";
version = "2016.02.13";
version = "2016.04.06";

src = fetchurl {
url = "http://yt-dl.org/downloads/${stdenv.lib.getVersion name}/${name}.tar.gz";
sha256 = "0d6ml6nas0pnp6is73fn326ayxkdmxvarzyr96qd6gyjm9icpdcb";
url = "http://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "1kdrjwrn0x1wmvansvd2222gfqnld4zdihf2jwnz36112r1p8nhi";
};

buildInputs = [ makeWrapper zip pandoc ];
Expand Down

0 comments on commit 1e70aaa

Please sign in to comment.