chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / by-name / pr / prometheus-dnssec-exporter / package.nix
blob3f366b789924f8e7b8671de1a7aaa29c4d91ea76
1 { lib, buildGoModule, fetchFromGitHub, }:
2 buildGoModule {
3   pname = "prometheus-dnssec-exporter";
4   version = "0-unstable-2023-03-05";
6   src = fetchFromGitHub {
7     owner = "chrj";
8     repo = "prometheus-dnssec-exporter";
9     rev = "b638685ed8d5919a88b45e85b3aec702f0fcc393";
10     hash = "sha256-SGoQKSgTRfSyA65xEZ9P7Z956sLMhB88h3HaXmFywiQ=";
11   };
13   vendorHash = "sha256-u7X8v7h1aL8B1el4jFzGRKHvnaK+Rz0OCitaC6xgyjw=";
15   meta = with lib; {
16     homepage = "https://github.com/chrj/prometheus-dnssec-exporter";
17     description = "DNSSEC Exporter for Prometheus";
18     license = licenses.mit;
19     maintainers = with maintainers; [ swendel ];
20   };