Merge pull request #88868 from davidtwco/grafana-loki-1.5.0

grafana-loki: 1.4.0 -> 1.5.0
This commit is contained in:
Mario Rodas 2020-05-25 06:25:35 -05:00 committed by GitHub
commit e9ea9b2aee
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.4.0";
version = "1.5.0";
pname = "grafana-loki";
goPackagePath = "github.com/grafana/loki";
@ -11,7 +11,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "grafana";
repo = "loki";
sha256 = "0dz0icbkwpmysl5jyljmj783xdzrbbxbfxfkizw7gcs8jjxbqvfl";
sha256 = "137lnd69p8qfg2z8l32dr1mrk2lhrxjx392xfij11sy5i9blfc3n";
};
postPatch = ''