summary refs log tree commit diff
path: root/pkgs/servers/monitoring/prometheus
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 02:13:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 02:13:55 +0000
commit009b76d8e64ccc952f9b722c89223b72741c249e (patch)
treefcc21f235a64b7865c4baaa5173cdc32c4d9990a /pkgs/servers/monitoring/prometheus
parent366b2f7a5a8a180449e25e8474a43551418f5e37 (diff)
downloadnixpkgs-009b76d8e64ccc952f9b722c89223b72741c249e.tar
nixpkgs-009b76d8e64ccc952f9b722c89223b72741c249e.tar.gz
nixpkgs-009b76d8e64ccc952f9b722c89223b72741c249e.tar.bz2
nixpkgs-009b76d8e64ccc952f9b722c89223b72741c249e.tar.lz
nixpkgs-009b76d8e64ccc952f9b722c89223b72741c249e.tar.xz
nixpkgs-009b76d8e64ccc952f9b722c89223b72741c249e.tar.zst
nixpkgs-009b76d8e64ccc952f9b722c89223b72741c249e.zip
prometheus-pihole-exporter: 0.0.11 -> 0.1.1
Diffstat (limited to 'pkgs/servers/monitoring/prometheus')
-rw-r--r--pkgs/servers/monitoring/prometheus/pihole-exporter.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/monitoring/prometheus/pihole-exporter.nix b/pkgs/servers/monitoring/prometheus/pihole-exporter.nix
index e24d0232dfe..013415c29da 100644
--- a/pkgs/servers/monitoring/prometheus/pihole-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/pihole-exporter.nix
@@ -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";