grafana-loki: 1.0.0 -> 1.1.0

This commit is contained in:
WilliButz 2019-12-05 16:37:08 +01:00
parent 2fa839d00b
commit f659187525
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

View file

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub, makeWrapper, systemd }:
buildGoPackage rec {
version = "1.0.0";
version = "1.1.0";
pname = "grafana-loki";
goPackagePath = "github.com/grafana/loki";
@ -11,7 +11,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "grafana";
repo = "loki";
sha256 = "0qqmxrbiph268i5c8i6wpcihspdcglfxd4hy6ag03bl66rciq8nb";
sha256 = "1c9bw5bib577pgjd71skncxf3cdcyj1ab36j6ag7szl2kym62j6x";
};
nativeBuildInputs = [ makeWrapper ];