Merge pull request #153203 from Ma27/bump-prometheus-openldap-exporter

prometheus-openldap-exporter: 2.1.4 -> 2.2.0
This commit is contained in:
Maximilian Bosch 2022-01-02 23:09:33 +01:00 committed by GitHub
commit b9b0cc6b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "openldap_exporter";
version = "2.1.4";
version = "2.2.0";
src = fetchFromGitHub {
owner = "tomcz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-G4bTYFm1Zh+7gfSIZnfrPyQ15967ebEzl33pgZu23D4=";
sha256 = "sha256-+lrLA9CbGNzvvbwn79ili/kFRCr6vMKDtkvyfnL9n9k=";
};
ldflags = [