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

grafana-agent: 0.13.0 -> 0.13.1
This commit is contained in:
Florian Klink
2021-04-12 22:55:38 +02:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "grafana-agent";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "agent";
sha256 = "sha256-wm+WoOvYVa29lMMnXatlQ4gcCLsz+uQZ7D/hUxNjIPc=";
sha256 = "sha256-ySdBHlUSGIyhMwInoFT90mm+HfAkO/60wBPACQgxDAM=";
};
vendorSha256 = null;