Unverified Commit 10e0374c authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

grafana-loki: 3.3.2 -> 3.4.0 (#381455)

parents 8061647b 732c1d6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@
}:

buildGoModule rec {
  version = "3.3.2";
  version = "3.4.0";
  pname = "grafana-loki";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "loki";
    rev = "v${version}";
    hash = "sha256-Xz8157x6cjKbQWyJUYPcOixYMfWr5QzVfxAXEFQxY9w=";
    hash = "sha256-fFdp2QZQgrLPcgzY833TfGvW7QPR/Omq0wwvcejMXac=";
  };

  vendorHash = null;