From af75488587aa976b41626af95911c3343a6d63e6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 8 Mar 2026 20:19:36 +0000 Subject: [PATCH] grafanaPlugins.grafana-lokiexplore-app: 1.0.37 -> 1.0.39 --- .../grafana/plugins/grafana-lokiexplore-app/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix b/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix index 4aebb93890a1..d9d1cddb1661 100644 --- a/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix +++ b/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix @@ -2,8 +2,8 @@ grafanaPlugin { pname = "grafana-lokiexplore-app"; - version = "1.0.37"; - zipHash = "sha256-5KkoO5/0Xe8rzCWpwkbSH2UI/30wJQfY+LnD8bhtCsY="; + version = "1.0.39"; + zipHash = "sha256-wQihdZ2Oj3ukdNvZP1hFWx4vI882GLWDhGCqzFAuSC0="; meta = { description = "Browse Loki logs without the need for writing complex queries"; license = lib.licenses.agpl3Only;