Skip to content

Commit

Permalink
youtube-dl: 2019.10.29 -> 2019.11.05
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd committed Nov 5, 2019
1 parent 2290632 commit a17cda6
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.29";
version = "2019.11.05";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit a17cda6

Please sign in to comment.