about summary refs log tree commit diff
path: root/pkgs/tools/misc/yt-dlp
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-18 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-05-18 04:20:00 +0000
commit032433e98586be0f8404d8d720d088c9d0bd785b (patch)
tree04128be81f3ed8313eb2e8cc8e6082e1215eb078 /pkgs/tools/misc/yt-dlp
parentd188303cfcaf3fe69111a39502a0e004a730b4e7 (diff)
yt-dlp: 2022.04.08 -> 2022.05.18
https://github.com/yt-dlp/yt-dlp/releases/tag/2022.05.18
Diffstat (limited to 'pkgs/tools/misc/yt-dlp')
-rw-r--r--pkgs/tools/misc/yt-dlp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/yt-dlp/default.nix b/pkgs/tools/misc/yt-dlp/default.nix
index d67678f6ee559..51cf42fa6da15 100644
--- a/pkgs/tools/misc/yt-dlp/default.nix
+++ b/pkgs/tools/misc/yt-dlp/default.nix
@@ -20,12 +20,12 @@ 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.04.08";
+  version = "2022.05.18";
 
   src = fetchPypi {
     inherit pname;
     version = builtins.replaceStrings [ ".0" ] [ "." ] version;
-    sha256 = "sha256-h1jQFlCdRXS5D73pdapwra73HtXnoZUUFYj21pRSBbo=";
+    sha256 = "sha256-OntZ0vtLOc6LqOC5xaN/4g5WJPRqI0a0rmarEyDjUTQ=";
   };
 
   propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];