Skip to content

Commit

Permalink
youtube-dl: 2019.11.05 -> 2019.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd committed Nov 22, 2019
1 parent 0afae5c commit 8651b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/youtube-dl/default.nix
Original file line number Diff line number Diff line change
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 = "2019.11.22";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 8651b4e

Please sign in to comment.