Merge pull request #145075 from happysalada/update_loki

loki: 2.4.0 -> 2.4.1
This commit is contained in:
Janne Heß 2021-11-08 18:35:18 +01:00 committed by GitHub
commit 159ed1e4f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
}:
buildGoModule rec {
version = "2.4.0";
version = "2.4.1";
pname = "grafana-loki";
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "loki";
sha256 = "sha256-5A2DzFYLkPnBHqgMUDog0IgbdAx+U1U5npzuqJGbEHQ=";
sha256 = "sha256-QLHhGAeTtXe/76uMombWBORXGvfaUQMGCgkeGCnI0Ag=";
};
vendorSha256 = null;