12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-8l913dOCxHKFtpQ83p9RV3sUlu0oT5PVi14FSuYJ9fg=";
22 nativeBuildInputs = [ flit-core ];
24 propagatedBuildInputs = [
34 pythonImportsCheck = [ "nkdfu" ];
37 description = "Python tool for Nitrokeys' firmware update";
38 mainProgram = "nkdfu";
39 homepage = "https://github.com/Nitrokey/nkdfu";
40 license = with licenses; [ gpl2Only ];
41 maintainers = with maintainers; [ frogamic ];