grafana-agent: 0.38.0 -> 0.38.1
https://github.com/grafana/agent/releases/tag/v0.38.1 https://github.com/grafana/agent/blob/v0.38.1/CHANGELOG.md diff: https://github.com/grafana/agent/compare/v0.38.0...v0.38.1 Fixes CVE-2023-47108.
This commit is contained in:
parent
1e6914815f
commit
b8617c69c0
1 changed files with 3 additions and 3 deletions
|
@ -14,16 +14,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "grafana-agent";
|
pname = "grafana-agent";
|
||||||
version = "0.38.0";
|
version = "0.38.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "grafana";
|
owner = "grafana";
|
||||||
repo = "agent";
|
repo = "agent";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-lXjtKZJNkYffizNiX+rrRVu94mr+WXnsKKpEaLdd2Rs=";
|
hash = "sha256-caqJE92yEzqU/UQS7Cgxe+4+wGqBqPshhhPAyPP2WPQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-+6ReDdjCHED8kYVt7WSUFT+Gsmg+AIyS3oIfj2kTCGo=";
|
vendorHash = "sha256-aN/vIBbezieMhWG/czwXxx+/M40mDySZmM8pxVVs3Vs=";
|
||||||
proxyVendor = true; # darwin/linux hash mismatch
|
proxyVendor = true; # darwin/linux hash mismatch
|
||||||
|
|
||||||
frontendYarnOfflineCache = fetchYarnDeps {
|
frontendYarnOfflineCache = fetchYarnDeps {
|
||||||
|
|
Loading…
Reference in a new issue