diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-11 16:15:19 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-11 16:15:19 +0100 |
| commit | 8fda0125d8641018db73b2ccafe8b8302937660f (patch) | |
| tree | 3f5a98d2baf692cc7098dce1abedb50359c3b68e /nvfetcher.toml | |
| parent | 7e97353075b4acee96488d022e456f80f4f903ed (diff) | |
| download | nixos-8fda0125d8641018db73b2ccafe8b8302937660f.tar nixos-8fda0125d8641018db73b2ccafe8b8302937660f.tar.gz nixos-8fda0125d8641018db73b2ccafe8b8302937660f.tar.bz2 nixos-8fda0125d8641018db73b2ccafe8b8302937660f.tar.xz nixos-8fda0125d8641018db73b2ccafe8b8302937660f.zip | |
...
Diffstat (limited to 'nvfetcher.toml')
| -rw-r--r-- | nvfetcher.toml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 7cd52c29..5e075ae4 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
| @@ -68,4 +68,13 @@ fetch.url = "https://github.com/matusnovak/prometheus-smartctl/archive/refs/tags | |||
| 68 | [postfwd] | 68 | [postfwd] |
| 69 | src.github_tag = "postfwd/postfwd" | 69 | src.github_tag = "postfwd/postfwd" |
| 70 | src.prefix = "v" | 70 | src.prefix = "v" |
| 71 | fetch.url = "https://github.com/postfwd/postfwd/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file | 71 | fetch.url = "https://github.com/postfwd/postfwd/archive/refs/tags/v$ver.tar.gz" |
| 72 | |||
| 73 | [etebase-py] | ||
| 74 | src.git = "https://github.com/etesync/etebase-py" | ||
| 75 | fetch.github = "etesync/etebase-py" | ||
| 76 | |||
| 77 | [prometheus-lvm-exporter] | ||
| 78 | src.github = "hansmi/prometheus-lvm-exporter" | ||
| 79 | src.prefix = "v" | ||
| 80 | fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file | ||
