Skip to content

Commit

Permalink
youtube-dl: 2020.12.14 -> 2020.12.22
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Dec 22, 2020
1 parent da24717 commit 1ebf7ec
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 = "2020.12.14";
version = "2020.12.22";

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

nativeBuildInputs = [ installShellFiles makeWrapper ];
Expand Down

0 comments on commit 1ebf7ec

Please sign in to comment.