From 8d7ee45574e33f45becabe2f45e4e2e236229491 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Tue, 22 Aug 2023 23:10:34 +0100 Subject: [PATCH] slidge: Update WhatsApp plugin to latest version --- service/slidge/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/slidge/Containerfile b/service/slidge/Containerfile index 262a008..9f9f188 100644 --- a/service/slidge/Containerfile +++ b/service/slidge/Containerfile @@ -40,7 +40,7 @@ RUN go install github.com/go-python/gopy@latest && \ RUN python3 -m pip install pybindgen -ARG VERSION=299407ea6c8158eedb500094ff86452c70f5ba9e +ARG VERSION=9726982fd45bb1acdfc05a1f88ee2bcf983e76e5 RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ cd /src && git reset --hard ${VERSION}