6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-EE6+PQTmvAv5EvxI9QR/dQcPby13BBk66KSc7XDNAZA=";
21 pythonImportsCheck = [
26 description = "Offline auditing of Active Directory passwords";
27 mainProgram = "lil-pwny";
28 homepage = "https://github.com/PaperMtn/lil-pwny";
29 changelog = "https://github.com/PaperMtn/lil-pwny/blob/${version}/CHANGELOG.md";
30 license = licenses.gpl3Only;
31 maintainers = with maintainers; [ fab ];