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