Skip to content

Commit

Permalink
youtubeDL: 2018.04.25 -> 2018.05.01
Browse files Browse the repository at this point in the history
(cherry picked from commit 4d6a14e)
  • Loading branch information
fpletz committed May 3, 2018
1 parent 2779bd9 commit 171aa0d
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 @@ -16,11 +16,11 @@ with stdenv.lib;
buildPythonApplication rec {

pname = "youtube-dl";
version = "2018.04.25";
version = "2018.05.01";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "17zxgwfcy7c6gdyxdgh02f5zi52gvmy0zpccfj6zjkhw5iqj1vbw";
sha256 = "1mpyqdyjip5a6nn8lj1kaaab4pj75js6i8qzgap8bmn0k46awb1n";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 171aa0d

Please sign in to comment.