prometheus-nginxlog-exporter: 1.9.2 -> 1.10.0

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/nginxlog-exporter.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "nginxlog_exporter"; 5 - version = "1.9.2"; 5 + version = "1.10.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "martin-helmich"; 9 9 repo = "prometheus-nginxlog-exporter"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-rRmWy6c5bvmJO0h7uleabQnBLm8Qarp2iEBGfodGdKE="; 11 + sha256 = "sha256-W+cLJUsg49Fwo2IsJjo0QZ0NLNy/H7E35Yjr7bsHAkQ="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-5C5xQx8I5aHgi9P5gpHmPw6nV76D68/agVAP1vGab4w="; 14 + vendorSha256 = "sha256-Bdyk+yNVcxPDzxJQSE34HJCryWQSXa8748gJ5Fu+gP4="; 15 15 16 16 subPackages = [ "." ]; 17 17