about summary refs log tree commit diff
path: root/pkgs/tools/misc/yt-dlp
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-12-26 07:16:26 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-12-26 07:16:26 +1000
commit1ffcaf4a7335777a90f7ba4f45a44d41b66fbc5d (patch)
tree50d4e083d501e16331513db439e235d0a8bb7b5f /pkgs/tools/misc/yt-dlp
parentfd421a9fd535a59cd5a4a832b4760c178dfebfc4 (diff)
yt-dlp: 2021.12.1 -> 2021.12.25
https://github.com/yt-dlp/yt-dlp/releases/tag/2021.12.25
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 e694e1561365f..ece8418f0bf0d 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 = "2021.12.1";
+  version = "2021.12.25";
 
   src = fetchPypi {
     inherit pname;
     version = builtins.replaceStrings [ ".0" ] [ "." ] version;
-    sha256 = "sha256-WNpbltSDT+gTDJYLnf1nDNLQ5TtlDNkuXEOBckFRuA8=";
+    sha256 = "sha256-h8E1F8VVEM+sqGFyYN43YCkDXbwvhxWnQmulZS6P4hI=";
   };
 
   propagatedBuildInputs = [ websockets mutagen ]