summaryrefslogtreecommitdiff
path: root/_sources/generated.nix
diff options
context:
space:
mode:
Diffstat (limited to '_sources/generated.nix')
-rw-r--r--_sources/generated.nix22
1 files changed, 18 insertions, 4 deletions
diff --git a/_sources/generated.nix b/_sources/generated.nix
index 30fe0839..e433bce4 100644
--- a/_sources/generated.nix
+++ b/_sources/generated.nix
@@ -313,10 +313,24 @@
313 }; 313 };
314 yt-dlp = { 314 yt-dlp = {
315 pname = "yt-dlp"; 315 pname = "yt-dlp";
316 version = "2025.12.8"; 316 version = "2025.12.08";
317 src = fetchurl { 317 src = fetchFromGitHub {
318 url = "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.12.8.tar.gz"; 318 owner = "yt-dlp";
319 sha256 = "sha256-t3PIG7a3HLLBEc+4WfRTx6cc8u9E7/I0/xVYdxhMPk8="; 319 repo = "yt-dlp";
320 rev = "2025.12.08";
321 fetchSubmodules = false;
322 sha256 = "sha256-y06MDP+CrlHGrell9hcLOGlHp/gU2OOxs7can4hbj+g=";
323 };
324 };
325 yt-dlp-ejs = {
326 pname = "yt-dlp-ejs";
327 version = "0.3.2";
328 src = fetchFromGitHub {
329 owner = "yt-dlp";
330 repo = "ejs";
331 rev = "0.3.2";
332 fetchSubmodules = false;
333 sha256 = "sha256-o6qf4rfj42mCyvCBb+wyJmZKg3Q+ojsqbCcBfIJnTPg=";
320 }; 334 };
321 }; 335 };
322} 336}