Skip to content

Commit

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

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

buildInputs = [ makeWrapper zip pandoc ];
Expand Down

0 comments on commit 1513e65

Please sign in to comment.