aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-11-24 18:24:17 +0000
committertobtoht <tob@featherwallet.org>2025-11-24 18:24:17 +0000
commitb13e2012d80a257fb403682f00338d17093a616d (patch)
tree62a168fda7217f540a7cffb89bd35f0cf9d01f16
parentc957058860194b7c6113811556d8e3405a08a03a (diff)
parentd7a3a61bf4d61ce1d414b6cd024270d88fbbc43b (diff)
downloadmonzero-gui-b13e2012d80a257fb403682f00338d17093a616d.tar.gz
monzero-gui-b13e2012d80a257fb403682f00338d17093a616d.tar.xz
monzero-gui-b13e2012d80a257fb403682f00338d17093a616d.zip
Merge pull request #4534
d7a3a61 Dockerfile.linux: bump hidapi to 0.15.0 (tobtoht)
-rw-r--r--Dockerfile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index f2b2039c..a7b44b0f 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -233,9 +233,9 @@ RUN git clone -b v1.0.26 --depth 1 https://github.com/libusb/libusb && \
make -j$THREADS install && \
rm -rf $(pwd)
-RUN git clone -b hidapi-0.13.1 --depth 1 https://github.com/libusb/hidapi && \
+RUN git clone -b hidapi-0.15.0 --depth 1 https://github.com/libusb/hidapi && \
cd hidapi && \
- git reset --hard 4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac && \
+ git reset --hard d6b2a974608dec3b76fb1e36c189f22b9cf3650c && \
./bootstrap && \
./configure --disable-shared --enable-static && \
make -j$THREADS && \