Skip to content

Commit

Permalink
Merge pull request #75386 from WilliButz/update-loki
Browse files Browse the repository at this point in the history
grafana-loki: 1.1.0 -> 1.2.0
  • Loading branch information
mmahut committed Dec 10, 2019
2 parents ca6bbbb + 3526e7d commit cd979f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/loki/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub, makeWrapper, systemd }:

buildGoPackage rec {
version = "1.1.0";
version = "1.2.0";
pname = "grafana-loki";
goPackagePath = "github.com/grafana/loki";

Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "grafana";
repo = "loki";
sha256 = "1c9bw5bib577pgjd71skncxf3cdcyj1ab36j6ag7szl2kym62j6x";
sha256 = "04ix58gb9yy5jf8fhn3k1pbwqs69k7m96cck38ymhwml1793b4k9";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit cd979f4

Please sign in to comment.