Merge pull request #159722 from r-ryantm/auto-update/pihole-exporter

This commit is contained in:
Martin Weinelt
2022-02-13 22:32:32 +01:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pihole-exporter";
version = "0.0.11";
version = "0.2.0";
src = fetchFromGitHub {
owner = "eko";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SojEq6pedoq08wo/3zPHex7ex1QqSVIzZpBd49tLOjI=";
sha256 = "sha256-JxznxE4Pq1fhlt3l1jbGWD5eUg5VF0GmewkuSYECG0Y=";
};
vendorSha256 = "sha256-LXgI9ioJgyhUiOCqRku0Q4enZF7q6MB0hYhPJlLusdc=";
vendorSha256 = "sha256-jfpM192LtFGVgsVv+F+P8avTGD5c8I+7JFsn4oVoqr0=";
meta = with lib; {
description = "Prometheus exporter for PI-Hole's Raspberry PI ad blocker";