diff options
| author | selsta <selsta@sent.at> | 2021-12-07 15:50:27 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-12-07 15:50:27 +0100 |
| commit | 817b015335a7ff48226bb3c736416488f6c6f5e7 (patch) | |
| tree | b042b425cdefc9e4812a02d8624db145b5a58b47 /Dockerfile.linux | |
| parent | 999bc21d6bae837ab1706b3ee9cba994c7951ec0 (diff) | |
| download | monzero-gui-817b015335a7ff48226bb3c736416488f6c6f5e7.tar.gz monzero-gui-817b015335a7ff48226bb3c736416488f6c6f5e7.tar.xz monzero-gui-817b015335a7ff48226bb3c736416488f6c6f5e7.zip | |
Docker: bump hidapi 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 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 && \ |
