From cdded59454b493cf38fff553f4a808e3f433cd42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:53:39 +0000 Subject: [PATCH 1/2] chore(deps): update dependency grafana/mcp-grafana to v1.4.2 --- modules/grafana-mcp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grafana-mcp.nix b/modules/grafana-mcp.nix index a24576c..1e8051f 100644 --- a/modules/grafana-mcp.nix +++ b/modules/grafana-mcp.nix @@ -1,7 +1,7 @@ { pkgs, ... }: let # renovate: datasource=github-releases depName=grafana/mcp-grafana - version = "1.4.1"; + version = "1.4.2"; package = pkgs.stdenvNoCC.mkDerivation { pname = "mcp-grafana"; inherit version; From 777de99cd0354555d2e3eaf9e0cce7ac0f0f17e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Sep 2026 16:54:04 +0000 Subject: [PATCH 2/2] chore: update nix hashes for renovate bump --- modules/grafana-mcp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grafana-mcp.nix b/modules/grafana-mcp.nix index 1e8051f..32a0d10 100644 --- a/modules/grafana-mcp.nix +++ b/modules/grafana-mcp.nix @@ -8,7 +8,7 @@ let src = pkgs.fetchurl { url = "https://github.com/grafana/mcp-grafana/releases/download/v${version}/mcp-grafana_Linux_x86_64.tar.gz"; - hash = "sha256-+w3i61OYP0uP5fwSBHHFrtl2Fqy7mZ2urUfErvuBmD8="; + hash = "sha256-IeOw6rGvCKeVBwLlsRRxXiaCGpbQqdr2z7Tk48HPiOA="; }; sourceRoot = ".";