summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-07-23 08:34:35 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2021-07-23 08:34:35 +0200
commitc078dbc3072831eff8c5b5c67809c78ad8477796 (patch)
tree91d2cbd8f7dc506ea5eb9d51968dd6c09ee0a799 /pkgs/servers
parent49f7a7a1f096dc39ce77429e571e620ba44c1e94 (diff)
downloadnixpkgs-c078dbc3072831eff8c5b5c67809c78ad8477796.tar
nixpkgs-c078dbc3072831eff8c5b5c67809c78ad8477796.tar.gz
nixpkgs-c078dbc3072831eff8c5b5c67809c78ad8477796.tar.bz2
nixpkgs-c078dbc3072831eff8c5b5c67809c78ad8477796.tar.lz
nixpkgs-c078dbc3072831eff8c5b5c67809c78ad8477796.tar.xz
nixpkgs-c078dbc3072831eff8c5b5c67809c78ad8477796.tar.zst
nixpkgs-c078dbc3072831eff8c5b5c67809c78ad8477796.zip
prometheus-openldap-exporter: 2.1 -> 2.1.4
ChangeLogs:
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.1
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.2
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.3
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.4
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/monitoring/prometheus/openldap-exporter.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/prometheus/openldap-exporter.nix b/pkgs/servers/monitoring/prometheus/openldap-exporter.nix
index 3aabe6e7231..a439c84bca9 100644
--- a/pkgs/servers/monitoring/prometheus/openldap-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/openldap-exporter.nix
@@ -2,13 +2,13 @@
 
 buildGoPackage rec {
   pname = "openldap_exporter";
-  version = "2.1";
+  version = "2.1.4";
 
   src = fetchFromGitHub {
     owner = "tomcz";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Di1GiyVp/hGCFhqxhlqJSucGZK7f/FDDUFtJRaiAZu4=";
+    sha256 = "sha256-G4bTYFm1Zh+7gfSIZnfrPyQ15967ebEzl33pgZu23D4=";
   };
 
   buildFlagsArray = ''