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

grafana-loki: 1.5.0 -> 1.6.0
This commit is contained in:
Maximilian Bosch 2020-08-22 20:59:54 +02:00 committed by GitHub
commit a6f577ab8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub, makeWrapper, systemd }:
buildGoPackage rec {
version = "1.5.0";
version = "1.6.0";
pname = "grafana-loki";
goPackagePath = "github.com/grafana/loki";
@ -11,7 +11,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "grafana";
repo = "loki";
sha256 = "137lnd69p8qfg2z8l32dr1mrk2lhrxjx392xfij11sy5i9blfc3n";
sha256 = "0i1m9aaqbq5p99fysrnhl1vxj97cq59gbdkcwkq4hkylqxlaxkyk";
};
postPatch = ''