7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "login-securite";
16 hash = "sha256-60aGnsr36X3mf91nH9ud0xyLBqKgzZ4ALucrLGpAuzQ=";
25 nativeBuildInputs = with python3.pkgs; [
29 propagatedBuildInputs = with python3.pkgs; [
38 # Project has no tests
41 pythonImportsCheck = [
46 description = "Tool for dumping DPAPI credentials remotely";
47 homepage = "https://github.com/login-securite/DonPAPI";
48 changelog = "https://github.com/login-securite/DonPAPI/releases/tag/V${version}";
49 license = licenses.gpl3Only;
50 maintainers = with maintainers; [ fab ];
51 mainProgram = "donpapi";