Skip to content

Commit

Permalink
youtube-dl: 2019.10.16 -> 2019.10.22
Browse files Browse the repository at this point in the history
(cherry picked from commit f34d39d)
  • Loading branch information
xrelkd authored and worldofpeace committed Oct 27, 2019
1 parent a36b4f0 commit 85c2914
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 @@ -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 = "2019.10.16";
version = "2019.10.22";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "089bm68255b8af9y1mf1bmsnci9b2vdcm2a9x4rnrvhrwhxb9b7j";
sha256 = "06wg6wpyq0fawjxjrhd7zasfjr9b6w9wsk2amiqdl712zqlq2rwb";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 85c2914

Please sign in to comment.