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

Merge pull request #255274 from helsinki-systems/upd/loki

grafana-loki,promtail: 2.9.0 -> 2.9.1
parents 70dbb879 093b57cb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@
}:

buildGoModule rec {
  version = "2.9.0";
  version = "2.9.1";
  pname = "grafana-loki";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "loki";
    rev = "v${version}";
    hash = "sha256-B7LTwPTvRLHqY1du9kj5MKY1kJZT6maNsuc0PBwrMn8=";
    hash = "sha256-hfX1srlAd8huLViHlEyk3mcfMhY/LmeryQtAhB7rafw=";
  };

  vendorHash = null;
@@ -55,6 +55,6 @@ buildGoModule rec {
    license = with licenses; [ agpl3Only asl20 ];
    homepage = "https://grafana.com/oss/loki/";
    changelog = "https://github.com/grafana/loki/releases/tag/v${version}";
    maintainers = with maintainers; [ willibutz globin mmahut emilylange ];
    maintainers = with maintainers; [ willibutz globin mmahut emilylange ajs124 ];
  };
}