about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2022-04-16 14:54:14 -0700
committerScott Worley <scottworley@scottworley.com>2022-04-16 14:54:14 -0700
commit7833517adc1c4d44a83e0b8b4e9ca35c5213dc87 (patch)
tree1d956bc427ecf0075cd0bb2d4ae25bfae0127dc7 /pkgs/tools
parent75ad56bdc927f3a9f9e05e3c3614c4c1fcd99fcb (diff)
yt-dlp: 2022.3.8.2 → 2022.04.08
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/yt-dlp/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/misc/yt-dlp/default.nix b/pkgs/tools/misc/yt-dlp/default.nix
index 89ca84395d5fe..efabd8bc453b9 100644
--- a/pkgs/tools/misc/yt-dlp/default.nix
+++ b/pkgs/tools/misc/yt-dlp/default.nix
@@ -2,6 +2,7 @@
 , buildPythonPackage
 , fetchPypi
 , brotli
+, certifi
 , ffmpeg
 , rtmpdump
 , phantomjs2
@@ -20,15 +21,15 @@ buildPythonPackage rec {
   # The websites yt-dlp 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 = "2022.3.8.2";
+  version = "2022.04.08";
 
   src = fetchPypi {
     inherit pname;
     version = builtins.replaceStrings [ ".0" ] [ "." ] version;
-    sha256 = "sha256-aFRleMGObOh0ULU3adXVt/WiPlIJeEl222x8y/eVSyE=";
+    sha256 = "sha256-h1jQFlCdRXS5D73pdapwra73HtXnoZUUFYj21pRSBbo=";
   };
 
-  propagatedBuildInputs = [ brotli mutagen pycryptodomex websockets ];
+  propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];
 
   # Ensure these utilities are available in $PATH:
   # - ffmpeg: post-processing & transcoding support