telegraf: 1.35.2 -> 1.35.3
This commit is contained in:
parent
82bf514f01
commit
6451cf7f45
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "telegraf";
|
pname = "telegraf";
|
||||||
version = "1.35.2";
|
version = "1.35.3";
|
||||||
|
|
||||||
subPackages = [ "cmd/telegraf" ];
|
subPackages = [ "cmd/telegraf" ];
|
||||||
|
|
||||||
@ -18,10 +18,10 @@ buildGoModule rec {
|
|||||||
owner = "influxdata";
|
owner = "influxdata";
|
||||||
repo = "telegraf";
|
repo = "telegraf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-x1PUDe5sMtg7VjFmjZ1rtk1SjglkEtbhVOfDYL/kikA=";
|
hash = "sha256-EwO7dvPJkLCxO9xZCW7gX57tCO7RIpJ23vqwOkMOVnw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-pTJqf00JdF+6ixU23zBLrNZquB02fP+BBX6JXgxthSw=";
|
vendorHash = "sha256-DHtgN8yf+4YYrDJKnFasICScYqq65iPGi7pFoxQawv8=";
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user