diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2023-02-25 14:54:37 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2023-02-25 14:54:37 -0500 |
| commit | 710e3f694817b6db48092702ca061228e44a67cb (patch) | |
| tree | 1f6a77102a84a6bf7c7cf8738b580c5fe3c989a6 /Dockerfile.linux | |
| parent | 6ec9e24f2f69b73763e7ebd0295741c65e0a08cd (diff) | |
| parent | 56a91b2d1bd4e3a355b81748cf40fac051295706 (diff) | |
| download | monzero-gui-710e3f694817b6db48092702ca061228e44a67cb.tar.gz monzero-gui-710e3f694817b6db48092702ca061228e44a67cb.tar.xz monzero-gui-710e3f694817b6db48092702ca061228e44a67cb.zip | |
Merge pull request #4109
56a91b2 docker: update hidapi to 0.13.1 on linux (selsta)
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 1eaa6c7c..6389584d 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 && \ |
