Skip to content

Commit

Permalink
youtube-dl: 2016.06.19.1 -> 2016.06.27
Browse files Browse the repository at this point in the history
(cherry picked from commit 654b978)
  • Loading branch information
mimame authored and bjornfor committed Jul 16, 2016
1 parent c561fe4 commit 9ae9de9
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.06.19.1";
version = "2016.06.27";

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

buildInputs = [ makeWrapper zip pandoc ];
Expand Down

0 comments on commit 9ae9de9

Please sign in to comment.