Merge pull request #167943 from r-ryantm/auto-update/nginxlog_exporter

prometheus-nginxlog-exporter: 1.9.0 -> 1.9.2
This commit is contained in:
Mario Rodas 2022-04-10 08:05:42 -05:00 committed by GitHub
commit ab2ac76ac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nginxlog_exporter";
version = "1.9.0";
version = "1.9.2";
src = fetchFromGitHub {
owner = "martin-helmich";
repo = "prometheus-nginxlog-exporter";
rev = "v${version}";
sha256 = "0kcwhaf9k7c1xsz78064qz5zb4x3xgi1ifi49qkwiaqrzx2xy26p";
sha256 = "sha256-rRmWy6c5bvmJO0h7uleabQnBLm8Qarp2iEBGfodGdKE=";
};
vendorSha256 = "sha256-5C5xQx8I5aHgi9P5gpHmPw6nV76D68/agVAP1vGab4w=";