1 { lib, buildPythonPackage, fetchPypi, base58, ecdsa, hidapi, noiseprotocol, protobuf, semver, typing-extensions }:
3 buildPythonPackage rec {
9 sha256 = "fe0e8aeb9b32fd7d76bb3e9838895973a74dfd532a8fb8ac174a1a60214aee26";
12 propagatedBuildInputs = [ base58 ecdsa hidapi noiseprotocol protobuf semver typing-extensions ];
14 # does not contain tests
16 pythonImportsCheck = [ "bitbox02" ];
19 description = "Firmware code of the BitBox02 hardware wallet";
20 homepage = "https://github.com/digitalbitbox/bitbox02-firmware/";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ SuperSandro2000 ];