Merge pull request #186685 from r-ryantm/auto-update/prometheus-openldap-exporter

prometheus-openldap-exporter: 2.2.1 -> 2.2.2
This commit is contained in:
Maximilian Bosch 2022-08-17 11:42:18 +02:00 committed by GitHub
commit 943676d970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "openldap_exporter";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "tomcz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ok2fTYz1oQiNdTPsssPb/VuFqny1i8nKTngSpKgCpC4=";
sha256 = "sha256-1u+89odwV/lz34wtrK91lET2bOqkH6kRA7JCjzsmiEg=";
};
vendorSha256 = null;