diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-12-12 09:17:06 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-12-12 09:17:06 +0100 |
commit | 8741260d5378666bfa919e9ce07593fc3a4a288b (patch) | |
tree | 7f8b7d0511bfa502efe8516cbe6017c7cf67a845 /nvfetcher.toml | |
parent | 7abac181d3c3cbb91d424fe0c973a5bc83df2aa9 (diff) | |
download | nixos-8741260d5378666bfa919e9ce07593fc3a4a288b.tar nixos-8741260d5378666bfa919e9ce07593fc3a4a288b.tar.gz nixos-8741260d5378666bfa919e9ce07593fc3a4a288b.tar.bz2 nixos-8741260d5378666bfa919e9ce07593fc3a4a288b.tar.xz nixos-8741260d5378666bfa919e9ce07593fc3a4a288b.zip |
yt-dlp
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 046290df..c0566373 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -103,3 +103,7 @@ git.fetchSubmodules = true | |||
103 | src.github = "JonathonReinhart/spice-record" | 103 | src.github = "JonathonReinhart/spice-record" |
104 | src.prefix = "v" | 104 | src.prefix = "v" |
105 | fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v$ver.tar.gz" | 105 | fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v$ver.tar.gz" |
106 | |||
107 | [yt-dlp] | ||
108 | src.pypi = "yt_dlp" | ||
109 | fetch.pypi = "yt_dlp" | ||