Skip to content

Commit

Permalink
youtube-dl: 2016.05.21.2 -> 2016.06.19.1 (#16338)
Browse files Browse the repository at this point in the history
(cherry picked from commit 22a7f3a)
  • Loading branch information
wrb2 authored and bjornfor committed Jul 16, 2016
1 parent 0e98bd3 commit c561fe4
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.05.21.2";
version = "2016.06.19.1";

src = fetchurl {
url = "http://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "66f94fc97012c4c7a6338dc4df6ec62af66dcfc144c5e8c8cd8b5519756f1a98";
sha256 = "223c496be84dd57ba9f7d6a132a2732b67c79c7e26e64ecae1439472c10d0d45";
};

buildInputs = [ makeWrapper zip pandoc ];
Expand Down

0 comments on commit c561fe4

Please sign in to comment.