bump selkies support gain control and fix input autocomplete bug

This commit is contained in:
thelamer 2025-11-08 19:07:41 -05:00
parent da3aa3cc23
commit 24a2af1f54
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f 1b07e20bfcf18aca8989783d88b50eaf18ffd16f
git checkout -f db030a319f6e60994ec1be23217506ddab56ac5f
RUN \
echo "**** build shared core library ****" && \
@ -178,7 +178,7 @@ RUN \
echo "**** install selkies ****" && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/db030a319f6e60994ec1be23217506ddab56ac5f.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \

View File

@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f 1b07e20bfcf18aca8989783d88b50eaf18ffd16f
git checkout -f db030a319f6e60994ec1be23217506ddab56ac5f
RUN \
echo "**** build shared core library ****" && \
@ -175,7 +175,7 @@ RUN \
echo "**** install selkies ****" && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/db030a319f6e60994ec1be23217506ddab56ac5f.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \