7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-04HwzkonPzzWfX8VE//fMoVv5ggAS+61zx2W8VEUIy4=";
19 build-system = [ python3.pkgs.poetry-core ];
21 dependencies = [ python3.pkgs.lzallright ];
23 # There are no tests in the source
27 description = "Python scripts capable of extracting and analyzing the contents of UBI and UBIFS images";
28 homepage = "https://github.com/onekey-sec/ubi_reader";
29 license = lib.licenses.gpl3Only;
30 maintainers = with lib.maintainers; [ vlaci ];