Merge pull request #248715 from emilylange/loki

grafana-loki,promtail: 2.8.3 -> 2.8.4
This commit is contained in:
Thomas Gerbet 2023-08-13 10:46:01 +02:00 committed by GitHub
commit 30b7fce013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
}:
buildGoModule rec {
version = "2.8.3";
version = "2.8.4";
pname = "grafana-loki";
src = fetchFromGitHub {
owner = "grafana";
repo = "loki";
rev = "v${version}";
hash = "sha256-Ceuxaxl4KHOlS51MbpYYox6r/SfbGcLrmKbst+xQk74=";
hash = "sha256-imMtVjDOkm+cFjyKbP/QNUTYLoLo8TbDQroT0fvbe10=";
};
vendorHash = null;