summaryrefslogtreecommitdiff
path: root/nvfetcher.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r--nvfetcher.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml
index 5e075ae4..54a3292d 100644
--- a/nvfetcher.toml
+++ b/nvfetcher.toml
@@ -77,4 +77,9 @@ fetch.github = "etesync/etebase-py"
77[prometheus-lvm-exporter] 77[prometheus-lvm-exporter]
78src.github = "hansmi/prometheus-lvm-exporter" 78src.github = "hansmi/prometheus-lvm-exporter"
79src.prefix = "v" 79src.prefix = "v"
80fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file 80fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz"
81
82[bpf-examples]
83src.git = "https://github.com/xdp-project/bpf-examples"
84fetch.github = "xdp-project/bpf-examples"
85git.fetchSubmodules = true \ No newline at end of file