thunderbird-mcp: 0.4.0 -> 0.5.0

This commit is contained in:
Pol Dellaiera
2026-04-30 16:34:36 +02:00
parent d1b7b361d0
commit 9da1c3a415
+5 -2
View File
@@ -2,17 +2,18 @@
lib,
buildNpmPackage,
fetchFromGitHub,
nix-update-script,
}:
buildNpmPackage (finalAttrs: {
pname = "thunderbird-mcp";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "TKasperczyk";
repo = "thunderbird-mcp";
tag = "v${finalAttrs.version}";
hash = "sha256-+m54jF39SoViHxDI18ewtVjeVUdRximJ6Ozcv1HVdiU=";
hash = "sha256-3o1NskuMc4vQzjaUYgoFL7JZ46Enr6qdPcnePjtul2s=";
};
postPatch = ''
@@ -25,6 +26,8 @@ buildNpmPackage (finalAttrs: {
npmDepsHash = "sha256-LbEnmABmAoTCTPNNbocl+n2TtFC3FOFwwTnyATxvM3k=";
passthru.updateScript = nix-update-script { };
meta = {
description = "MCP server for Thunderbird - enables AI assistants to access email, contacts, and calendars";
homepage = "https://github.com/TKasperczyk/thunderbird-mcp";