Commit 9da1c3a4 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

thunderbird-mcp: 0.4.0 -> 0.5.0

parent d1b7b361
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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";