summaryrefslogtreecommitdiff
path: root/nvfetcher.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r--nvfetcher.toml26
1 files changed, 17 insertions, 9 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml
index 72c0d99d..23f4c5dd 100644
--- a/nvfetcher.toml
+++ b/nvfetcher.toml
@@ -105,16 +105,12 @@ src.prefix = "v"
105fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v$ver.tar.gz" 105fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v$ver.tar.gz"
106 106
107[yt-dlp] 107[yt-dlp]
108src.pypi = "yt_dlp" 108src.github = "yt-dlp/yt-dlp"
109fetch.pypi = "yt_dlp" 109fetch.github = "yt-dlp/yt-dlp"
110 110
111[mako] 111[yt-dlp-ejs]
112src.git = "https://github.com/emersion/mako" 112src.github = "yt-dlp/ejs"
113fetch.git = "https://github.com/emersion/mako" 113fetch.github = "yt-dlp/ejs"
114
115[swayosd]
116src.git = "https://github.com/ErikReider/SwayOSD"
117fetch.git = "https://github.com/ErikReider/SwayOSD"
118 114
119[netbootxyz-efi] 115[netbootxyz-efi]
120src.github = "netbootxyz/netboot.xyz" 116src.github = "netbootxyz/netboot.xyz"
@@ -123,3 +119,15 @@ fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/ne
123[netbootxyz-lkrn] 119[netbootxyz-lkrn]
124src.github = "netbootxyz/netboot.xyz" 120src.github = "netbootxyz/netboot.xyz"
125fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/netboot.xyz.lkrn" 121fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/netboot.xyz.lkrn"
122
123[quickshell]
124src.git = "https://git.outfoxxed.me/quickshell/quickshell.git"
125fetch.git = "https://git.outfoxxed.me/quickshell/quickshell.git"
126
127[nix-output-monitor]
128src.git = "https://code.maralorn.de/maralorn/nix-output-monitor.git"
129fetch.git = "https://code.maralorn.de/maralorn/nix-output-monitor.git"
130
131[ldif2json]
132src.git = "https://codeberg.org/joatca/ldif2json.git"
133fetch.git = "https://codeberg.org/joatca/ldif2json.git"