mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
postmoogle: 0.9.21 -> 0.9.24 (#351931)
This commit is contained in:
commit
0d528e4772
@ -5,13 +5,13 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "postmoogle";
|
pname = "postmoogle";
|
||||||
version = "0.9.21";
|
version = "0.9.24";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "etkecc";
|
owner = "etkecc";
|
||||||
repo = "postmoogle";
|
repo = "postmoogle";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-/AuxrIvxoKb08uf4EOYXorl7vJ99KgEH9DZYLidDzI4=";
|
hash = "sha256-6KxPsg1zy8Dpo0UcgEWRmH6bI5oKJyzkZTelgk3SjoY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
@ -21,14 +21,10 @@ buildGoModule rec {
|
|||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
mv $out/bin/cmd $out/bin/postmoogle
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Postmoogle is Matrix <-> Email bridge in a form of an SMTP server";
|
description = "Postmoogle is Matrix <-> Email bridge in a form of an SMTP server";
|
||||||
homepage = "https://github.com/etkecc/postmoogle";
|
homepage = "https://github.com/etkecc/postmoogle";
|
||||||
changelog = "https://github.com/etkecc/postmoogle/releases/tag/v0.9.21";
|
changelog = "https://github.com/etkecc/postmoogle/releases/tag/v${version}";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ amuckstot30 ];
|
maintainers = with maintainers; [ amuckstot30 ];
|
||||||
mainProgram = "postmoogle";
|
mainProgram = "postmoogle";
|
||||||
|
Loading…
Reference in New Issue
Block a user