prometheus-nginxlog-exporter: 1.9.0 -> 1.9.2

This commit is contained in:
R. Ryantm 2022-04-09 00:04:10 +00:00
parent 4f75c9974d
commit 31764768f3

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=";