update mautrix-whatsapp to 0.1.8
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-08-07 18:57:31 +02:00
parent 05de574471
commit 0a77b72cd3
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ git_deploy = {
actions = {
'mautrix-whatsapp_build': {
'command': 'cd /opt/mautrix-whatsapp/src && go build',
'command': 'cd /opt/mautrix-whatsapp/src && GOMAXPROCS=$(nproc) go build',
'triggered': True,
'needs': {
'pkg_apt:golang-go',

View file

@ -252,7 +252,7 @@ nodes['rx300'] = {
},
},
'mautrix-whatsapp': {
'version': 'v0.1.7',
'version': 'v0.1.8',
'homeserver': {
'domain': 'franzi.business',
'url': 'https://matrix.franzi.business',