Merge pull request #143747 from r-ryantm/auto-update/grafana-agent

grafana-agent: 0.18.4 -> 0.20.0

authored by Florian Klink and committed by GitHub 08f2d59f ed439ee3

+3 -3
+3 -3
pkgs/servers/monitoring/grafana-agent/default.nix
··· 2 3 buildGoModule rec { 4 pname = "grafana-agent"; 5 - version = "0.18.4"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "grafana"; 10 repo = "agent"; 11 - sha256 = "sha256-NlktNBVljMgcivB0N/X3aAEJyZK2GyDD7o86qx/5YmQ="; 12 }; 13 14 - vendorSha256 = "sha256-MZGOZB/mS3pmZuI35E/QkaNLLhbuW2DfZiih9OCXMj0="; 15 16 patches = [ 17 # https://github.com/grafana/agent/issues/731
··· 2 3 buildGoModule rec { 4 pname = "grafana-agent"; 5 + version = "0.20.0"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "grafana"; 10 repo = "agent"; 11 + sha256 = "sha256-oe5uUG3uQnobH94J3ndI35pnw7zExqtoXJ3Ro9lSrrc="; 12 }; 13 14 + vendorSha256 = "sha256-uQEcoAxodMMSv0vEKtcmXYzZ50YYdywHG3S07UONN84="; 15 16 patches = [ 17 # https://github.com/grafana/agent/issues/731