summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_sources/generated.json12
-rw-r--r--_sources/generated.nix12
2 files changed, 12 insertions, 12 deletions
diff --git a/_sources/generated.json b/_sources/generated.json
index eb30b232..9d97b350 100644
--- a/_sources/generated.json
+++ b/_sources/generated.json
@@ -511,12 +511,12 @@
511 "name": null, 511 "name": null,
512 "owner": "yt-dlp", 512 "owner": "yt-dlp",
513 "repo": "yt-dlp", 513 "repo": "yt-dlp",
514 "rev": "2026.02.04", 514 "rev": "2026.03.03",
515 "sha256": "sha256-KXnz/ocHBftenDUkCiFoBRBxi6yWt0fNuRX+vKFWDQw=", 515 "sha256": "sha256-BPZzMT1IrZvgva/m5tYMaDYoUaP3VmpmcYeOUOwuoUY=",
516 "sparseCheckout": [], 516 "sparseCheckout": [],
517 "type": "github" 517 "type": "github"
518 }, 518 },
519 "version": "2026.02.04" 519 "version": "2026.03.03"
520 }, 520 },
521 "yt-dlp-ejs": { 521 "yt-dlp-ejs": {
522 "cargoLock": null, 522 "cargoLock": null,
@@ -532,11 +532,11 @@
532 "name": null, 532 "name": null,
533 "owner": "yt-dlp", 533 "owner": "yt-dlp",
534 "repo": "ejs", 534 "repo": "ejs",
535 "rev": "0.4.0", 535 "rev": "0.5.0",
536 "sha256": "sha256-/qq069SD7ESg+7pK4PC1EGLLI8zqjWUse7cArN4YuXE=", 536 "sha256": "sha256-mn0JpJQNCzDwNr0L1tit2B1Iwz2x3KNHi8Um3khfrHs=",
537 "sparseCheckout": [], 537 "sparseCheckout": [],
538 "type": "github" 538 "type": "github"
539 }, 539 },
540 "version": "0.4.0" 540 "version": "0.5.0"
541 } 541 }
542} \ No newline at end of file 542} \ No newline at end of file
diff --git a/_sources/generated.nix b/_sources/generated.nix
index fbd6e998..2820429e 100644
--- a/_sources/generated.nix
+++ b/_sources/generated.nix
@@ -313,24 +313,24 @@
313 }; 313 };
314 yt-dlp = { 314 yt-dlp = {
315 pname = "yt-dlp"; 315 pname = "yt-dlp";
316 version = "2026.02.04"; 316 version = "2026.03.03";
317 src = fetchFromGitHub { 317 src = fetchFromGitHub {
318 owner = "yt-dlp"; 318 owner = "yt-dlp";
319 repo = "yt-dlp"; 319 repo = "yt-dlp";
320 rev = "2026.02.04"; 320 rev = "2026.03.03";
321 fetchSubmodules = false; 321 fetchSubmodules = false;
322 sha256 = "sha256-KXnz/ocHBftenDUkCiFoBRBxi6yWt0fNuRX+vKFWDQw="; 322 sha256 = "sha256-BPZzMT1IrZvgva/m5tYMaDYoUaP3VmpmcYeOUOwuoUY=";
323 }; 323 };
324 }; 324 };
325 yt-dlp-ejs = { 325 yt-dlp-ejs = {
326 pname = "yt-dlp-ejs"; 326 pname = "yt-dlp-ejs";
327 version = "0.4.0"; 327 version = "0.5.0";
328 src = fetchFromGitHub { 328 src = fetchFromGitHub {
329 owner = "yt-dlp"; 329 owner = "yt-dlp";
330 repo = "ejs"; 330 repo = "ejs";
331 rev = "0.4.0"; 331 rev = "0.5.0";
332 fetchSubmodules = false; 332 fetchSubmodules = false;
333 sha256 = "sha256-/qq069SD7ESg+7pK4PC1EGLLI8zqjWUse7cArN4YuXE="; 333 sha256 = "sha256-mn0JpJQNCzDwNr0L1tit2B1Iwz2x3KNHi8Um3khfrHs=";
334 }; 334 };
335 }; 335 };
336} 336}