2023-02-13 21:56:34 +07:00
|
|
|
[proton-ge]
|
|
|
|
src.github = "GloriousEggroll/proton-ge-custom"
|
|
|
|
fetch.url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/$ver/$ver.tar.gz"
|
2023-02-19 19:09:38 +07:00
|
|
|
|
2023-06-11 18:02:38 +07:00
|
|
|
# nix-prefetch doesnt work with git right now for some reason, whatever
|
2023-06-27 15:25:19 +07:00
|
|
|
[atf-bpir3]
|
|
|
|
src.git = "https://github.com/frank-w/u-boot.git"
|
|
|
|
src.branch = "r3-atf"
|
|
|
|
src.use_commit = true
|
|
|
|
fetch.tarball = "https://github.com/frank-w/u-boot/archive/$ver.tar.gz"
|
2023-06-11 18:02:38 +07:00
|
|
|
# fetch.git = "https://github.com/frank-w/u-boot.git"
|
2023-06-27 15:25:19 +07:00
|
|
|
|
|
|
|
[searxng]
|
|
|
|
src.git = "https://github.com/searxng/searxng.git"
|
|
|
|
src.use_commit = true
|
|
|
|
fetch.tarball = "https://github.com/searxng/searxng/archive/$ver.tar.gz"
|
|
|
|
|