diff options
| author | selsta <selsta@sent.at> | 2023-01-25 20:09:55 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2023-01-25 20:09:55 +0100 |
| commit | 56a91b2d1bd4e3a355b81748cf40fac051295706 (patch) | |
| tree | 13c4e108d4a45a77f3133d0823350d3ef06f12c0 /Dockerfile.linux | |
| parent | b7ba9437d8cca6df4ecff7f5ae38a53cac5e26b2 (diff) | |
| download | monzero-gui-56a91b2d1bd4e3a355b81748cf40fac051295706.tar.gz monzero-gui-56a91b2d1bd4e3a355b81748cf40fac051295706.tar.xz monzero-gui-56a91b2d1bd4e3a355b81748cf40fac051295706.zip | |
docker: update hidapi to 0.13.1 on linux
Diffstat (limited to 'Dockerfile.linux')
| -rw-r--r-- | Dockerfile.linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux index 2dd02fb4..84fbc62e 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -242,9 +242,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.12.0 --depth 1 https://github.com/libusb/hidapi && \ +RUN git clone -b hidapi-0.13.1 --depth 1 https://github.com/libusb/hidapi && \ cd hidapi && \ - git reset --hard 76108294092c023a4ece99eb3219559cea0d5066 && \ + git reset --hard 4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac && \ ./bootstrap && \ ./configure --disable-shared --enable-static && \ make -j$THREADS && \ |
