Skip to content

Commit

Permalink
youtube-dl: 2019.01.02 -> 2019.01.10
Browse files Browse the repository at this point in the history
(cherry picked from commit 395dbf0)
  • Loading branch information
bachp authored and Robert Schütz committed Jan 13, 2019
1 parent ab838cf commit 919e0ad
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 @@ -19,11 +19,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 = "2019.01.02";
version = "2019.01.10";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0iw8cfzghhkx2q7m3rwnhm3xyyh88qd2553fb287shkxyg9kz96b";
sha256 = "07r1y06697vhbkbf8pix4cnybaqmlf1wb2df5glj2xv8nl6f51gd";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 919e0ad

Please sign in to comment.