Merge pull request #75049 from WilliButz/update-loki
grafana-loki: 1.0.0 -> 1.1.0
This commit is contained in:
commit
f8cd1b3a07
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub, makeWrapper, systemd }:
|
{ stdenv, buildGoPackage, fetchFromGitHub, makeWrapper, systemd }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
version = "1.0.0";
|
version = "1.1.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 = "0qqmxrbiph268i5c8i6wpcihspdcglfxd4hy6ag03bl66rciq8nb";
|
sha256 = "1c9bw5bib577pgjd71skncxf3cdcyj1ab36j6ag7szl2kym62j6x";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user