Merge pull request #261606 from r-ryantm/auto-update/grafana-loki

grafana-loki: 2.9.1 -> 2.9.2
This commit is contained in:
Ryan Mulligan 2023-10-17 05:40:51 -07:00 committed by GitHub
commit 009869a599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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