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

grafana-loki: 2.6.0 -> 2.6.1
This commit is contained in:
Mario Rodas 2022-07-28 11:30:38 -05:00 committed by GitHub
commit 5f539c659b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
}:
buildGoModule rec {
version = "2.6.0";
version = "2.6.1";
pname = "grafana-loki";
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "loki";
sha256 = "sha256-LPunSNKF0HBlmYOn0AIT0zLSVmLaizDnDchJhMjexfM=";
sha256 = "sha256-6g0tzI6ZW+wwbPrNTdj0t2H0/M8+M9ioJl6iPL0mAtY=";
};
vendorSha256 = null;