8 pname = "atlas-exporter";
11 src = fetchFromGitHub {
13 repo = "atlas_exporter";
15 sha256 = "sha256-vhUhWO7fQpUHT5nyxbT8AylgUqDNZRSb+EGRNGZJ14E=";
18 vendorHash = "sha256-tR+OHxj/97AixuAp0Kx9xQsKPAxpvF6hDha5BgMBha0=";
21 description = "Prometheus exporter for RIPE Atlas measurement results";
22 mainProgram = "atlas_exporter";
23 homepage = "https://github.com/czerwonk/atlas_exporter";
24 license = licenses.lgpl3;
25 maintainers = with maintainers; [ clerie ];