Skip to content

Commit

Permalink
youtube-dl: version bump to 2016.04.19
Browse files Browse the repository at this point in the history
(cherry picked from commit a021b6a)
  • Loading branch information
qknight authored and bjornfor committed Jul 16, 2016
1 parent 1e70aaa commit e040c01
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 @@ -12,11 +12,11 @@
buildPythonApplication rec {

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

src = fetchurl {
url = "http://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "1kdrjwrn0x1wmvansvd2222gfqnld4zdihf2jwnz36112r1p8nhi";
sha256 = "09ba62900703a1439659a5394d802c7b03fd3a7b35d604e94a256ae9ccd1b6a0";
};

buildInputs = [ makeWrapper zip pandoc ];
Expand Down

0 comments on commit e040c01

Please sign in to comment.