10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-/AuxrIvxoKb08uf4EOYXorl7vJ99KgEH9DZYLidDzI4=";
25 mv $out/bin/cmd $out/bin/postmoogle
29 description = "Postmoogle is Matrix <-> Email bridge in a form of an SMTP server";
30 homepage = "https://github.com/etkecc/postmoogle";
31 changelog = "https://github.com/etkecc/postmoogle/releases/tag/v0.9.21";
32 license = licenses.agpl3Only;
33 maintainers = with maintainers; [ amuckstot30 ];
34 mainProgram = "postmoogle";