grafana-agent: 0.34.2 -> 0.34.3
https://github.com/grafana/agent/blob/v0.34.3/CHANGELOG.md https://github.com/grafana/agent/releases/tag/v0.34.3 diff: https://github.com/grafana/agent/compare/v0.34.2...v0.34.3
This commit is contained in:
parent
e18dc96307
commit
82a2c346a0
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "grafana-agent";
|
pname = "grafana-agent";
|
||||||
version = "0.34.2";
|
version = "0.34.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
|
||||||
owner = "grafana";
|
owner = "grafana";
|
||||||
repo = "agent";
|
repo = "agent";
|
||||||
hash = "sha256-PGxqIeOqc2U4i6l3ENnpb1BAoWrEAh2p3X+azzbpl3k=";
|
rev = "v${version}";
|
||||||
|
hash = "sha256-llHMTuNWGipL732L+uCupILvomhwZMFT8tJaFkBs+AQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-x9c6xRk1Ska+kqoFhAJ9ei35Lg8wsgDpZpfxJ3UExfg=";
|
vendorHash = "sha256-x9c6xRk1Ska+kqoFhAJ9ei35Lg8wsgDpZpfxJ3UExfg=";
|
||||||
|
Loading…
Reference in New Issue
Block a user