Skip to content

Commit

Permalink
youtube-dl: 2020.09.06 -> 2020.09.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Luflosi committed Sep 13, 2020
1 parent d31ddcb commit 4a11f04
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 = "2020.09.06";
version = "2020.09.14";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1827hcp9bvwq7p2f5r0wgkg6yb5fgvr4miyi3d99hkah2afw12za";
sha256 = "18wfhprbaszpxgqkac3hb050ngvdsaibbcifg88rkv5vc6bc2mq6";
};

nativeBuildInputs = [ installShellFiles makeWrapper ];
Expand Down

0 comments on commit 4a11f04

Please sign in to comment.