Skip to content

Commit

Permalink
Depends: Use HIDAPI from master branch
Browse files Browse the repository at this point in the history
The macos binaries in release v0.14.1.0 were compiled with the buggy
hidapi-0.8.0-rc1 version. This resulted in users not being able to use
their Ledger with the latest cli wallet. After the patch depends now
fetches the source from a separately published release.
  • Loading branch information
TheCharlatan committed Jun 26, 2019
1 parent 29a505d commit e163b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/depends/packages/hidapi.mk
@@ -1,8 +1,8 @@
package=hidapi
$(package)_version=0.8.0-rc1
$(package)_download_path=https://github.com/signal11/hidapi/archive
$(package)_version=0.8.0-rc2
$(package)_download_path=https://github.com/TheCharlatan/hidapi/archive
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61
$(package)_sha256_hash=87acd43a25bb4e1ddce37dd87aace7400e3f99208bf9663fed45e23d3663307d
$(package)_linux_dependencies=libusb eudev

define $(package)_set_vars
Expand Down

0 comments on commit e163b27

Please sign in to comment.