Skip to content

Commit

Permalink
youtube-dl: 2020.02.16 -> 2020.03.01
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq authored and Ma27 committed Mar 2, 2020
1 parent f0ad76b commit e1dd2c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/tools/misc/youtube-dl/default.nix
Expand Up @@ -18,11 +18,11 @@ buildPythonPackage rec {
# The websites youtube-dl deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported
# to the latest stable release.
version = "2020.02.16";
version = "2020.03.01";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down Expand Up @@ -54,8 +54,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
homepage = https://rg3.github.io/youtube-dl/;
repositories.git = https://github.com/rg3/youtube-dl.git;
homepage = "https://rg3.github.io/youtube-dl/";
description = "Command-line tool to download videos from YouTube.com and other sites";
longDescription = ''
youtube-dl is a small, Python-based command-line program
Expand Down

0 comments on commit e1dd2c6

Please sign in to comment.