prometheus-nginxlog-exporter: 1.8.0 -> 1.9.0

This commit is contained in:
Robin Gloster 2021-05-11 00:01:36 -05:00
parent c2c6f3f626
commit 7b9e1e61c0
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nginxlog_exporter";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "martin-helmich";
repo = "prometheus-nginxlog-exporter";
rev = "v${version}";
sha256 = "1kqyjw5yqgjb8xa5irdhpqvwp1qhba6igpc23n2qljhbh0aybkbq";
sha256 = "0kcwhaf9k7c1xsz78064qz5zb4x3xgi1ifi49qkwiaqrzx2xy26p";
};
vendorSha256 = "130hq19y890amxhjywg5blassl8br2p9d62aai8fj839p3p2a7zp";
vendorSha256 = "05hisrhlklbs26cgblzfjh6mhaih5asvbll54jngnmwylwjd1mmc";
subPackages = [ "." ];