slidge: Update WhatsApp plugin to latest version

This commit is contained in:
Alex Palaistras 2023-07-22 11:04:31 +01:00
parent fad6a3d394
commit c14cef82f1

View File

@ -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}