diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-12-13 11:47:26 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-12-13 11:47:26 +0100 |
| commit | 28e6358ce2012d32972b8f206414e8e31cba631d (patch) | |
| tree | 3b68420f944143c5277f2c7b3a8af188a256ec0d /nvfetcher.toml | |
| parent | aab4e8d0159ed0d040b71c53b830912c578e1a68 (diff) | |
| download | nixos-28e6358ce2012d32972b8f206414e8e31cba631d.tar nixos-28e6358ce2012d32972b8f206414e8e31cba631d.tar.gz nixos-28e6358ce2012d32972b8f206414e8e31cba631d.tar.bz2 nixos-28e6358ce2012d32972b8f206414e8e31cba631d.tar.xz nixos-28e6358ce2012d32972b8f206414e8e31cba631d.zip | |
...flakes
Diffstat (limited to 'nvfetcher.toml')
| -rw-r--r-- | nvfetcher.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 499a4e81..23f4c5dd 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
| @@ -105,8 +105,12 @@ 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 | 106 | ||
| 107 | [yt-dlp] | 107 | [yt-dlp] |
| 108 | src.pypi = "yt_dlp" | 108 | src.github = "yt-dlp/yt-dlp" |
| 109 | fetch.pypi = "yt_dlp" | 109 | fetch.github = "yt-dlp/yt-dlp" |
| 110 | |||
| 111 | [yt-dlp-ejs] | ||
| 112 | src.github = "yt-dlp/ejs" | ||
| 113 | fetch.github = "yt-dlp/ejs" | ||
| 110 | 114 | ||
| 111 | [netbootxyz-efi] | 115 | [netbootxyz-efi] |
| 112 | src.github = "netbootxyz/netboot.xyz" | 116 | src.github = "netbootxyz/netboot.xyz" |
