Skip to content

Commit

Permalink
postmoogle: 0.9.21 -> 0.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
amuckstot30 committed Oct 29, 2024
1 parent 921f518 commit 19437cd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pkgs/by-name/po/postmoogle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "postmoogle";
version = "0.9.21";
version = "0.9.23";

src = fetchFromGitHub {
owner = "etkecc";
repo = "postmoogle";
rev = "refs/tags/v${version}";
hash = "sha256-/AuxrIvxoKb08uf4EOYXorl7vJ99KgEH9DZYLidDzI4=";
hash = "sha256-wWa9Z2C+4YJSfV7ZbYLoWIrtkAG7CfKVYYBETrKD2bU=";
};

tags = [
Expand All @@ -21,14 +21,10 @@ buildGoModule rec {

vendorHash = null;

postInstall = ''
mv $out/bin/cmd $out/bin/postmoogle
'';

meta = with lib; {
description = "Postmoogle is Matrix <-> Email bridge in a form of an SMTP server";
homepage = "https://github.com/etkecc/postmoogle";
changelog = "https://github.com/etkecc/postmoogle/releases/tag/v0.9.21";
changelog = "https://github.com/etkecc/postmoogle/releases";
license = licenses.agpl3Only;
maintainers = with maintainers; [ amuckstot30 ];
mainProgram = "postmoogle";
Expand Down

0 comments on commit 19437cd

Please sign in to comment.