Skip to content

Commit

Permalink
Merge pull request NixOS#305960 from gmemstr/dnsmasq-exporter
Browse files Browse the repository at this point in the history
prometheus-dnsmasq-exporter: 0.2.0 -> unstable-2024-04-22
  • Loading branch information
WilliButz authored May 10, 2024
2 parents 63a13ed + 8469556 commit 2fc0586
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "dnsmasq_exporter";
version = "0.2.0";
version = "unstable-2024-05-06";

src = fetchFromGitHub {
owner = "google";
repo = "dnsmasq_exporter";
rev = "v${version}";
hash = "sha256-8r5q5imI+MxnU7+TFqdIc+JRX0zZY4pmUoAGlFqs8cQ=";
rev = "03f84edc208fa88e31cf00533db42e7e0c9717ca";
hash = "sha256-YFQ4XO3vnj2Ka3D/LS5aG6WX+qOCVTlq5khDxLoQllo=";
};

vendorHash = "sha256-dEM0mn3JJl0M6ImWmkuvwBSfGWkhpVvZE7GtC1BQF7c=";
vendorHash = "sha256-oD68TCNJKwjY3iwE/pUosMIMGOhsWj9cHC/+hq3xxI4=";

doCheck = false;

Expand Down

0 comments on commit 2fc0586

Please sign in to comment.