grafana-loki: 1.4.0 -> 1.5.0

This commit is contained in:
David Wood 2020-05-25 11:35:16 +01:00
parent c969647e50
commit 2f0955e722
No known key found for this signature in database
GPG Key ID: 2592E76C87381FD9

View File

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