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

grafana-loki: 2.9.5 -> 2.9.6
This commit is contained in:
Martin Weinelt 2024-03-23 03:05:29 +01:00 committed by GitHub
commit fa87e0eb4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
}:
buildGoModule rec {
version = "2.9.5";
version = "2.9.6";
pname = "grafana-loki";
src = fetchFromGitHub {
owner = "grafana";
repo = "loki";
rev = "v${version}";
hash = "sha256-+X9ODzyIaeizLItUqorDdvgpIOPML+MzgwmyKbes9dA=";
hash = "sha256-79hK7axHf6soku5DvdXkE/0K4WKc4pnS9VMbVc1FS2I=";
};
vendorHash = null;