Merge pull request #131256 from NixOS/backport-131188-to-release-21.05

[Backport release-21.05] prometheus-openldap-exporter: 2.1 -> 2.1.4
This commit is contained in:
Maximilian Bosch 2021-07-26 09:21:28 +02:00 committed by GitHub
commit 91903ceb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''