Skip to content

Commit

Permalink
youtube-dl: 2019.10.22 -> 2019.10.29
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd authored and jonringer committed Oct 29, 2019
1 parent ccf514a commit 215dbc5
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.22";
version = "2019.10.29";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 215dbc5

Please sign in to comment.