prometheus-dnssec-exporter: init at 0-unstable-2023-03-05
This commit is contained in:
parent
a1c15f1fae
commit
33d6119bc9
1 changed files with 22 additions and 0 deletions
22
pkgs/by-name/pr/prometheus-dnssec-exporter/package.nix
Normal file
22
pkgs/by-name/pr/prometheus-dnssec-exporter/package.nix
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{ lib, buildGoModule, fetchFromGitHub, }:
|
||||||
|
buildGoModule {
|
||||||
|
pname = "prometheus-dnssec-exporter";
|
||||||
|
version = "0-unstable-2023-03-05";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "chrj";
|
||||||
|
repo = "prometheus-dnssec-exporter";
|
||||||
|
rev = "b638685ed8d5919a88b45e85b3aec702f0fcc393";
|
||||||
|
hash = "sha256-SGoQKSgTRfSyA65xEZ9P7Z956sLMhB88h3HaXmFywiQ=";
|
||||||
|
};
|
||||||
|
|
||||||
|
vendorHash = "sha256-u7X8v7h1aL8B1el4jFzGRKHvnaK+Rz0OCitaC6xgyjw=";
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://github.com/chrj/prometheus-dnssec-exporter";
|
||||||
|
description = "DNSSEC Exporter for Prometheus";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ swendel ];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue