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

authored by Sandro and committed by GitHub 7cab540d 334ffa5d

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/pihole-exporter.nix
··· 2 3 buildGoModule rec { 4 pname = "pihole-exporter"; 5 - version = "0.2.0"; 6 7 src = fetchFromGitHub { 8 owner = "eko"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-JxznxE4Pq1fhlt3l1jbGWD5eUg5VF0GmewkuSYECG0Y="; 12 }; 13 14 - vendorSha256 = "sha256-jfpM192LtFGVgsVv+F+P8avTGD5c8I+7JFsn4oVoqr0="; 15 16 meta = with lib; { 17 description = "Prometheus exporter for PI-Hole's Raspberry PI ad blocker";
··· 2 3 buildGoModule rec { 4 pname = "pihole-exporter"; 5 + version = "0.3.0"; 6 7 src = fetchFromGitHub { 8 owner = "eko"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-LtiJpXucD9Ok1tFFCQ5/V6FhYxbgBWDPF6S49FzWPes="; 12 }; 13 14 + vendorSha256 = "sha256-GCHCWnP3YPC1Dg8Tu0GF5ITDMVRoBv28QVpk6JGN5nQ="; 15 16 meta = with lib; { 17 description = "Prometheus exporter for PI-Hole's Raspberry PI ad blocker";