diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2021-07-23 08:34:35 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-23 16:43:18 +0000 |
| commit | 3192d960ae880c6d70d217896441bf87521b4d91 (patch) | |
| tree | 53faf023c9eca0b409a18cb477fb3e1d1dbcbf8f | |
| parent | zfsUnstable: 2.1.0-rc8 -> 2.1.0 (diff) | |
| download | nixpkgs-3192d960ae880c6d70d217896441bf87521b4d91.tar.gz | |
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
(cherry picked from commit c078dbc3072831eff8c5b5c67809c78ad8477796)
| -rw-r--r-- | pkgs/servers/monitoring/prometheus/openldap-exporter.nix | 4 |
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 3aabe6e72310..a439c84bca9b 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 = '' |
