From 9879eb2ff986baa52c9b39fcc41a917510d5f42d Mon Sep 17 00:00:00 2001 From: ajs124 Date: Fri, 15 Sep 2023 13:08:43 +0200 Subject: [PATCH 1/2] grafana-loki,promtail: 2.9.0 -> 2.9.1 https://github.com/grafana/loki/releases/tag/v2.9.1 --- pkgs/servers/monitoring/loki/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/monitoring/loki/default.nix b/pkgs/servers/monitoring/loki/default.nix index 7abeb767df97..1c6f1dfd7290 100644 --- a/pkgs/servers/monitoring/loki/default.nix +++ b/pkgs/servers/monitoring/loki/default.nix @@ -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; From 093b57cbbf1754c0de955f14af7590134ffc44b1 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Fri, 15 Sep 2023 14:32:47 +0200 Subject: [PATCH 2/2] grafana-loki,promtail: add myself to maintainers --- pkgs/servers/monitoring/loki/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/monitoring/loki/default.nix b/pkgs/servers/monitoring/loki/default.nix index 1c6f1dfd7290..68f94050e082 100644 --- a/pkgs/servers/monitoring/loki/default.nix +++ b/pkgs/servers/monitoring/loki/default.nix @@ -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 ]; }; }