From c14cef82f175749b6428190953d83deb2ba34802 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 22 Jul 2023 11:04:31 +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 071b32f..c94e2d6 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=7c48a17fd7cc10b123c7d2aa1703033dc6e3fe25 +ARG VERSION=5473f25a243713a3ed8a43e7e116eb37d179a9ee RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ cd /src && git reset --hard ${VERSION}