1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "atlas-exporter";
7 src = fetchFromGitHub {
9 repo = "atlas_exporter";
11 sha256 = "sha256-vhUhWO7fQpUHT5nyxbT8AylgUqDNZRSb+EGRNGZJ14E=";
14 vendorHash = "sha256-tR+OHxj/97AixuAp0Kx9xQsKPAxpvF6hDha5BgMBha0=";
17 description = "Prometheus exporter for RIPE Atlas measurement results";
18 mainProgram = "atlas_exporter";
19 homepage = "https://github.com/czerwonk/atlas_exporter";
20 license = licenses.lgpl3;
21 maintainers = with maintainers; [ clerie ];