Skip to content

Commit

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

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

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 2779bd9

Please sign in to comment.