slidge: Update WhatsApp plugin to latest version

This commit is contained in:
Alex Palaistras 2023-06-20 14:00:51 +01:00
parent df1c244686
commit 2c6231080f

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=a83b6567796ecc7b059beb81b5e7e4e8aff567d2 ARG VERSION=7140b36b244fac49a528814bccd0cbdb872162dc
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}