Merge pull request from WilliButz/update-loki

grafana-loki: 0.3.0 -> 0.4.0
This commit is contained in:
Maximilian Bosch 2019-10-26 00:07:41 +02:00 committed by GitHub
commit f5c3d6baaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub, makeWrapper, systemd }: { stdenv, buildGoPackage, fetchFromGitHub, makeWrapper, systemd }:
buildGoPackage rec { buildGoPackage rec {
version = "0.3.0"; version = "0.4.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 = "1b61fqk6ah4qps4nq7ypdax4i7pkhjxdw4qrhc1zvzzhxr7x13rs"; sha256 = "1anwq5dbh29dma18hnialbb253ciazzxmnqvympbh29ricldcf8p";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];