about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-12-05 17:48:40 +0100
committerGitHub <noreply@github.com>2020-12-05 17:48:40 +0100
commit6af0bc3225d0d87882dc4605858cbae9b262c0c3 (patch)
tree474c471fc3eca0af96d21949ed6374b6de7be649 /pkgs/tools
parentf1651e1d834fae02117ce0c5ac374eb109b7aff8 (diff)
parent3df32d5c4ee552566d3d042859c4b8f198a6c45a (diff)
Merge pull request #105991 from Luflosi/update/youtube-dl
youtube-dl: 2020.12.02 -> 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 a7b42471494bd..b037a982edcf4 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 ];