Unverified Commit ad8dc98f authored by Emily's avatar Emily Committed by GitHub
Browse files

grafana-loki,promtail: 3.6.6 -> 3.6.7 (#493408)

parents ce35376e 6fbf8d5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@
}:

buildGoModule (finalAttrs: {
  version = "3.6.6";
  version = "3.6.7";
  pname = "grafana-loki";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "loki";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Mdopa7Nhdcwn4VBz/R5zI3Zccuht2hIdnAeCsAS6B+0=";
    hash = "sha256-Gg86aV/7/VoLHGLO40kxng6tYOMpbmSCwV1BRlrW+qc=";
  };

  vendorHash = null;