aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-03-02 18:58:50 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-03-02 18:58:50 -0500
commitced654707d2c2344b299bf77a23ea984ea17bfa2 (patch)
tree21a2c134534eb76a1c2e01329ed57f255ade8872
parente9afaa9cc89acc06b41e05748c5795efdeee9627 (diff)
parent817b015335a7ff48226bb3c736416488f6c6f5e7 (diff)
downloadmonzero-gui-ced654707d2c2344b299bf77a23ea984ea17bfa2.tar.gz
monzero-gui-ced654707d2c2344b299bf77a23ea984ea17bfa2.tar.xz
monzero-gui-ced654707d2c2344b299bf77a23ea984ea17bfa2.zip
Merge pull request #3781
817b015 Docker: bump hidapi on Linux (selsta)
-rw-r--r--Dockerfile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index 5d7ece4f..ea92e273 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -242,9 +242,9 @@ RUN git clone -b v1.0.23 --depth 1 https://github.com/libusb/libusb && \
make -j$THREADS install && \
rm -rf $(pwd)
-RUN git clone -b hidapi-0.9.0 --depth 1 https://github.com/libusb/hidapi && \
+RUN git clone -b hidapi-0.11.0 --depth 1 https://github.com/libusb/hidapi && \
cd hidapi && \
- git reset --hard 7da5cc91fc0d2dbe4df4f08cd31f6ca1a262418f && \
+ git reset --hard 0ec60c03cbe87cdbfb9fb199c7536fdcbc0a94b8 && \
./bootstrap && \
./configure --disable-shared --enable-static && \
make -j$THREADS && \