prometheus-consul-exporter: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm 2024-04-26 13:38:14 +00:00
parent b00f19626a
commit 4d246ef7b5
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "consul_exporter";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "prometheus";
repo = "consul_exporter";
rev = "refs/tags/v${version}";
hash = "sha256-3aPLpTV+xuotpBYmRDfU3ewRRlmf7VUdh/u9/SLQDeE=";
hash = "sha256-qLc0CG+N3OF1V6rJQCWDxIrsU0lHoskMNUbwsx8pcPs=";
};
vendorHash = "sha256-fsST29HGwJVLVSoAr8tNukW81iJtpb/oypwp5cH7oLQ=";
vendorHash = "sha256-G7Gf3igUnDID9hTuvIHd7syii2+3dPAlewsW8yKNJvs=";
ldflags = [
"-s"