7 python3.pkgs.buildPythonApplication {
9 version = "0-unstable-2023-09-20";
12 src = fetchFromGitHub {
15 rev = "c8cffcbb8c2d61ebece81dff643b8eccfe6d5642";
16 sha256 = "sha256-R568pV3bkdpNAexr8tfAbXVpvHEx/9r1KDWhDM+HyVg=";
19 build-system = with python3.pkgs; [ setuptools ];
21 dependencies = with python3.pkgs; [
22 setuptools # pkg_resources
28 description = "View or extract the contents of UBIFS images";
29 homepage = "https://github.com/nlitsme/ubidump";
30 license = licenses.mit;
31 maintainers = with maintainers; [ sgo ];
32 mainProgram = "ubidump";