prometheus-pihole-exporter: 0.0.11 -> 0.1.1

This commit is contained in:
R. Ryantm 2022-02-13 02:13:55 +00:00
parent 366b2f7a5a
commit 009b76d8e6

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pihole-exporter";
version = "0.0.11";
version = "0.1.1";
src = fetchFromGitHub {
owner = "eko";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SojEq6pedoq08wo/3zPHex7ex1QqSVIzZpBd49tLOjI=";
sha256 = "sha256-MkWGJks0Ol4bEbD+k72zEFP09f5eSN7y9Jhhzpu/Uyc=";
};
vendorSha256 = "sha256-LXgI9ioJgyhUiOCqRku0Q4enZF7q6MB0hYhPJlLusdc=";
vendorSha256 = "sha256-+zI0cGzTs4+Fco/qh8bhWLkfgxpEdcX4BOIVdV1f8ew=";
meta = with lib; {
description = "Prometheus exporter for PI-Hole's Raspberry PI ad blocker";