slidge: Update WhatsApp plugin to latest version

This commit is contained in:
Alex Palaistras 2023-08-22 23:10:34 +01:00
parent 035f34af75
commit 8d7ee45574

View File

@ -40,7 +40,7 @@ RUN go install github.com/go-python/gopy@latest && \
RUN python3 -m pip install pybindgen RUN python3 -m pip install pybindgen
ARG VERSION=299407ea6c8158eedb500094ff86452c70f5ba9e ARG VERSION=9726982fd45bb1acdfc05a1f88ee2bcf983e76e5
RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \ RUN git clone https://git.sr.ht/~nicoco/slidge-whatsapp /src && \
cd /src && git reset --hard ${VERSION} cd /src && git reset --hard ${VERSION}