prometheus-pihole-exporter: 1.0.1 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-05-02 08:02:32 +00:00
parent 97e6d418ed
commit 577e26e8d0
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "pihole-exporter";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "eko";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7gomafTMK8rk+QFw3Vm8KUgNFqiUDILeTwNFa7vdgAw=";
sha256 = "sha256-T96sNzQHPWM30uzLH3ffH7pKFP3z8DV/e57+TlFuG2Q=";
};
vendorHash = "sha256-GB/wVB97aV+CV9Xtv0EofQQR+qOmtwrBFBogU+2S+Po=";
vendorHash = "sha256-/+YHIpaBd9YfmX04CT2ohVpQc6iLFIFLvcIwGtPbc+s=";
meta = with lib; {
description = "Prometheus exporter for PI-Hole's Raspberry PI ad blocker";