13 buildPythonPackage rec {
18 disabled = pythonOlder "3.10";
21 inherit pname version;
22 hash = "sha256-DlMaEkgbDHQb5BV0mI8qjTBGpmRX7bP67MZO4g+I1uI=";
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";