Merge pull request #237131 from r-ryantm/auto-update/prometheus-influxdb-exporter
prometheus-influxdb-exporter: 0.11.3 -> 0.11.4
This commit is contained in:
commit
db08187790
1 changed files with 3 additions and 3 deletions
|
@ -6,17 +6,17 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "influxdb_exporter";
|
pname = "influxdb_exporter";
|
||||||
version = "0.11.3";
|
version = "0.11.4";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "influxdb_exporter";
|
repo = "influxdb_exporter";
|
||||||
hash = "sha256-jb384/i76KxQEgqnebEDkH33iPLAAzKFkA8OtmExrWc=";
|
hash = "sha256-q6Pe7rw5BP1IUdokwlTqjiz2nB8+pC6u9al164EgAbM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-pD/oWbFa6pg9miNA2z6RubsBd3+X/DWRoQuaVwjuOmI=";
|
vendorHash = "sha256-sU2jxmXuSN5D+btjzUU51WXWxmj+2Qqp28NQvEyIUbM=";
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
|
|
Loading…
Reference in a new issue