grafana-agent: 0.28.0 -> 0.28.1

This commit is contained in:
R. Ryantm 2022-11-04 07:36:03 +00:00
parent 00d58bc626
commit 250ea4e9c4

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "grafana-agent";
version = "0.28.0";
version = "0.28.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "agent";
sha256 = "sha256-UuDRnpb9JpghGDFsrlU7+iMboqiWVyT7qFSSPlLSFGs=";
sha256 = "sha256-KeajXEeaTrLObgLrIyI2MJK+ap8zIdZ/jIQuVaF4ojg=";
};
vendorSha256 = "sha256-UEQYZbP3dzi7wZwX+InJrgHrFB1wfSUNmUMkit+Y1Lo=";