Merge pull request #196143 from r-ryantm/auto-update/prometheus-nginxlog-exporter

prometheus-nginxlog-exporter: 1.9.2 -> 1.10.0
This commit is contained in:
Fabian Affolter 2022-10-18 23:34:53 +02:00 committed by GitHub
commit 9a3a410cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nginxlog_exporter";
version = "1.9.2";
version = "1.10.0";
src = fetchFromGitHub {
owner = "martin-helmich";
repo = "prometheus-nginxlog-exporter";
rev = "v${version}";
sha256 = "sha256-rRmWy6c5bvmJO0h7uleabQnBLm8Qarp2iEBGfodGdKE=";
sha256 = "sha256-W+cLJUsg49Fwo2IsJjo0QZ0NLNy/H7E35Yjr7bsHAkQ=";
};
vendorSha256 = "sha256-5C5xQx8I5aHgi9P5gpHmPw6nV76D68/agVAP1vGab4w=";
vendorSha256 = "sha256-Bdyk+yNVcxPDzxJQSE34HJCryWQSXa8748gJ5Fu+gP4=";
subPackages = [ "." ];