1 { lib, buildPythonPackage, fetchPypi, flit-core, fire, tqdm, intelhex, libusb1 }:
3 buildPythonPackage rec {
10 hash = "sha256-8l913dOCxHKFtpQ83p9RV3sUlu0oT5PVi14FSuYJ9fg=";
17 propagatedBuildInputs = [
27 pythonImportsCheck = [ "nkdfu" ];
30 description = "Python tool for Nitrokeys' firmware update";
31 mainProgram = "nkdfu";
32 homepage = "https://github.com/Nitrokey/nkdfu";
33 license = with licenses; [ gpl2Only ];
34 maintainers = with maintainers; [ frogamic ];