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

Commit

Permalink
Merge pull request #78605 from nh2/19.09-youtube-dl-2020-01-24
Browse files Browse the repository at this point in the history
[19.09] youtube-dl: 2019.11.05 -> 2020.01.24
  • Loading branch information
nh2 committed Jan 27, 2020
2 parents cf669a8 + b53ed87 commit 845b911
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.11.05";
version = "2020.01.24";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 845b911

Please sign in to comment.