mautrix-whatsapp: 0.3.1 -> 0.4.0
This commit is contained in:
parent
f731c194b5
commit
9a411691a3
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
listen = "[::]:29319";
|
||||
};
|
||||
bridge = {
|
||||
displayname_template = "{displayname}";
|
||||
displayname_template = "{{if .PushName}}{{.PushName}}{{else if .BusinessName}}{{.BusinessName}}{{else}}{{.JID}}{{end}}";
|
||||
personal_filtering_spaces = true;
|
||||
delivery_receipts = true;
|
||||
hystory_sync = {
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
{ buildGo117Module
|
||||
{ buildGo118Module
|
||||
, fetchFromGitHub
|
||||
, olm
|
||||
}: buildGo117Module rec {
|
||||
}: buildGo118Module rec {
|
||||
pname = "mautrix-whatsapp";
|
||||
version = "0.3.1";
|
||||
version = "0.4.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mautrix";
|
||||
repo = "whatsapp";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-adsGPVG/EwpzOqhFJvn3anjTXwGY27a7Bc4NNkBeqJk=";
|
||||
sha256 = "sha256-2F0smK2L9Xj3/65j7vwwGT1OLxcTqkImpn16wB5rWDw=";
|
||||
};
|
||||
proxyVendor = true;
|
||||
vendorSha256 = "sha256-LmNzhyBSm3eHODbXjZc9sFsRczYZtc4ORk3X6/dcHfY=";
|
||||
vendorSha256 = "sha256-CuLlg7lynJNNkGhZEh+Un6Mx3whhcU4hHF0rCggo6h4=";
|
||||
buildInputs = [ olm ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue