diff options
Diffstat (limited to '_sources')
| -rw-r--r-- | _sources/generated.json | 35 | ||||
| -rw-r--r-- | _sources/generated.nix | 22 |
2 files changed, 49 insertions, 8 deletions
diff --git a/_sources/generated.json b/_sources/generated.json index b5f06da0..9e22b48e 100644 --- a/_sources/generated.json +++ b/_sources/generated.json | |||
| @@ -505,11 +505,38 @@ | |||
| 505 | "passthru": null, | 505 | "passthru": null, |
| 506 | "pinned": false, | 506 | "pinned": false, |
| 507 | "src": { | 507 | "src": { |
| 508 | "deepClone": false, | ||
| 509 | "fetchSubmodules": false, | ||
| 510 | "leaveDotGit": false, | ||
| 508 | "name": null, | 511 | "name": null, |
| 509 | "sha256": "sha256-t3PIG7a3HLLBEc+4WfRTx6cc8u9E7/I0/xVYdxhMPk8=", | 512 | "owner": "yt-dlp", |
| 510 | "type": "url", | 513 | "repo": "yt-dlp", |
| 511 | "url": "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.12.8.tar.gz" | 514 | "rev": "2025.12.08", |
| 515 | "sha256": "sha256-y06MDP+CrlHGrell9hcLOGlHp/gU2OOxs7can4hbj+g=", | ||
| 516 | "sparseCheckout": [], | ||
| 517 | "type": "github" | ||
| 518 | }, | ||
| 519 | "version": "2025.12.08" | ||
| 520 | }, | ||
| 521 | "yt-dlp-ejs": { | ||
| 522 | "cargoLock": null, | ||
| 523 | "date": null, | ||
| 524 | "extract": null, | ||
| 525 | "name": "yt-dlp-ejs", | ||
| 526 | "passthru": null, | ||
| 527 | "pinned": false, | ||
| 528 | "src": { | ||
| 529 | "deepClone": false, | ||
| 530 | "fetchSubmodules": false, | ||
| 531 | "leaveDotGit": false, | ||
| 532 | "name": null, | ||
| 533 | "owner": "yt-dlp", | ||
| 534 | "repo": "ejs", | ||
| 535 | "rev": "0.3.2", | ||
| 536 | "sha256": "sha256-o6qf4rfj42mCyvCBb+wyJmZKg3Q+ojsqbCcBfIJnTPg=", | ||
| 537 | "sparseCheckout": [], | ||
| 538 | "type": "github" | ||
| 512 | }, | 539 | }, |
| 513 | "version": "2025.12.8" | 540 | "version": "0.3.2" |
| 514 | } | 541 | } |
| 515 | } \ No newline at end of file | 542 | } \ No newline at end of file |
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 | } |
