grafana-loki,promtail: 2.9.0 -> 2.9.1

https://github.com/grafana/loki/releases/tag/v2.9.1
This commit is contained in:
ajs124 2023-09-15 13:08:43 +02:00
parent cd148ed772
commit 9879eb2ff9

View file

@ -8,14 +8,14 @@
}:
buildGoModule rec {
version = "2.9.0";
version = "2.9.1";
pname = "grafana-loki";
src = fetchFromGitHub {
owner = "grafana";
repo = "loki";
rev = "v${version}";
hash = "sha256-B7LTwPTvRLHqY1du9kj5MKY1kJZT6maNsuc0PBwrMn8=";
hash = "sha256-hfX1srlAd8huLViHlEyk3mcfMhY/LmeryQtAhB7rafw=";
};
vendorHash = null;