Skip to content

Commit

Permalink
youtube-dl: 2017.04.02 -> 2017.04.17
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 21, 2017
1 parent bd78749 commit d387a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/youtube-dl/default.nix
Expand Up @@ -14,11 +14,11 @@ with stdenv.lib;
buildPythonApplication rec {

name = "youtube-dl-${version}";
version = "2017.04.02";
version = "2017.04.17";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit d387a1f

Please sign in to comment.