13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-G39dzP5A6ZySo7AhDIZWXjhtk2zm15wSnrdknLqHHcY=";
32 build-system = [ poetry-core ];
41 pythonImportsCheck = [ "dploot" ];
47 description = "DPAPI looting remotely in Python";
48 homepage = "https://github.com/zblurx/dploot";
49 changelog = "https://github.com/zblurx/dploot/releases/tag/${version}";
50 license = licenses.mit;
51 maintainers = with maintainers; [ vncsb ];
52 mainProgram = "dploot";