aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2020-12-05 17:04:51 +0100
committerLuflosi <luflosi@luflosi.de>2020-12-05 17:07:32 +0100
commit3df32d5c4ee552566d3d042859c4b8f198a6c45a (patch)
treeab53f84a7cc2119b1d3f15c22c4f5cfadc587701 /pkgs/tools
parent3d63713977b4da4dda69b78a52771dfe204862b1 (diff)
youtube-dl: 2020.12.02 -> 2020.12.05
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.05
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/youtube-dl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/youtube-dl/default.nix b/pkgs/tools/misc/youtube-dl/default.nix
index a7b42471494b..b037a982edcf 100644
--- a/pkgs/tools/misc/youtube-dl/default.nix
+++ b/pkgs/tools/misc/youtube-dl/default.nix
@@ -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.02";
+ version = "2020.12.05";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
- sha256 = "0wkslmqiydlzrla4wx67757b18r4l9h42fkfzdcxx6n0ygiv4qbi";
+ sha256 = "065s45l8qz7wlkaxw9bj20gq9647zpwdj9vc6chhqjscl63z1aqm";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];