summary refs log tree commit diff
path: root/pkgs/servers/monitoring/prometheus
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2021-05-10 23:08:38 -0500
committerRobin Gloster <mail@glob.in>2021-05-10 23:08:38 -0500
commit0a714429498da26b73430112e0faca68140a18a5 (patch)
tree23a223e02bc4577a6ac1689f8c11b9bc6aa3071d /pkgs/servers/monitoring/prometheus
parent91ea6382fa8e6633cfb69529492968764bba6c41 (diff)
downloadnixpkgs-0a714429498da26b73430112e0faca68140a18a5.tar
nixpkgs-0a714429498da26b73430112e0faca68140a18a5.tar.gz
nixpkgs-0a714429498da26b73430112e0faca68140a18a5.tar.bz2
nixpkgs-0a714429498da26b73430112e0faca68140a18a5.tar.lz
nixpkgs-0a714429498da26b73430112e0faca68140a18a5.tar.xz
nixpkgs-0a714429498da26b73430112e0faca68140a18a5.tar.zst
nixpkgs-0a714429498da26b73430112e0faca68140a18a5.zip
prometheus-domain-exporter: 1.10.0 -> 1.11.0
Diffstat (limited to 'pkgs/servers/monitoring/prometheus')
-rw-r--r--pkgs/servers/monitoring/prometheus/domain-exporter.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/monitoring/prometheus/domain-exporter.nix b/pkgs/servers/monitoring/prometheus/domain-exporter.nix
index a0bc409a7fc..78c35d8cf16 100644
--- a/pkgs/servers/monitoring/prometheus/domain-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/domain-exporter.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "domain-exporter";
-  version = "1.10.0";
+  version = "1.11.0";
 
   src = fetchFromGitHub {
     owner = "caarlos0";
     repo = "domain_exporter";
     rev = "v${version}";
-    sha256 = "0pvz5vx9jvxdrkmzqzh7dfi09sb55j6zpx5728m5v38p8cl8vyh6";
+    sha256 = "018y0xwdn2f2shhwaa0hqm4y8xsbqwif0733qb0377wpjbj4v137";
   };
 
-  vendorSha256 = "02m2mnx93xq6cl54waazgxq6vqbswfn9aafz0h694n6rskvdn784";
+  vendorSha256 = "0s1hs8byba9y57abg386n09wfg1wcqpzs164ap0km8ap2i96bdlb";
 
   doCheck = false; # needs internet connection