feat: update ai-mailer

This commit is contained in:
2025-11-13 11:53:14 +01:00
parent 3775e0dd7b
commit 038fb7ae76
2 changed files with 9 additions and 5 deletions

View File

@@ -6,11 +6,11 @@ buildGoModule rec {
src = fetchgit {
url = "https://git.cloonar.com/Paraclub/ai-mailer.git";
rev = "6de059dca7cc9c053b56f26ff14edb77083fad73";
sha256 = "sha256-EPW0yLu1XHejEsU25ACO5FjxxCneVMlLmy1ZEHYqFtQ=";
rev = "e88ac7caff72ffee206dc931f9e16b460d205f7e";
sha256 = "sha256-eafDeXvslj3P3TOcng1zObP/Vyva7GY/eSstmKynnBI=";
};
vendorHash = "sha256-h4RaB891GXAkgObZHYil6BOvbYp6yJSRxRj40Fhchmw=";
vendorHash = "sha256-cEnb629V1dylMQfmB/8qv9gl1+T72rlkEd4wcsterXE=";
subPackages = [ "cmd/paraclub-ai-mailer" ];