6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 hash = "sha256-PGtrvZ0cQvdiswn2Bk43c3LbIZqJyvNe5rnTPw/ipUM=";
18 nativeBuildInputs = with python3.pkgs; [
22 propagatedBuildInputs = with python3.pkgs; [
28 pythonImportsCheck = [
32 # upstream has no tests
36 description = "JFFS2 filesystem extraction tool";
37 homepage = "https://github.com/onekey-sec/jefferson";
38 license = licenses.mit;
39 maintainers = with maintainers; [ tnias vlaci ];
40 mainProgram = "jefferson";