Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
youtube-dl: 2018.10.05 -> 2018.10.29
Browse files Browse the repository at this point in the history
  • Loading branch information
timokau committed Oct 31, 2018
1 parent 7d24cf8 commit 6ff1783
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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,14 @@
buildPythonPackage rec {

pname = "youtube-dl";
version = "2018.10.05";
# 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 = "2018.10.29";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 6ff1783

Please sign in to comment.