1 { lib, buildGoModule, fetchFromGitHub, }:
3 pname = "prometheus-dnssec-exporter";
4 version = "0-unstable-2023-03-05";
6 src = fetchFromGitHub {
8 repo = "prometheus-dnssec-exporter";
9 rev = "b638685ed8d5919a88b45e85b3aec702f0fcc393";
10 hash = "sha256-SGoQKSgTRfSyA65xEZ9P7Z956sLMhB88h3HaXmFywiQ=";
13 vendorHash = "sha256-u7X8v7h1aL8B1el4jFzGRKHvnaK+Rz0OCitaC6xgyjw=";
16 homepage = "https://github.com/chrj/prometheus-dnssec-exporter";
17 description = "DNSSEC Exporter for Prometheus";
18 license = licenses.mit;
19 maintainers = with maintainers; [ swendel ];