13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-Idel52GAzir+SVgKfMU+e8Z0EkMf+PBdIcaQd0o8qJE=";
34 build-system = [ poetry-core ];
43 # Tests require an active domain controller
46 pythonImportsCheck = [ "lsassy" ];
49 description = "Python module to extract data from Local Security Authority Subsystem Service (LSASS)";
50 homepage = "https://github.com/Hackndo/lsassy";
51 changelog = "https://github.com/Hackndo/lsassy/releases/tag/v${version}";
52 license = with licenses; [ mit ];
53 maintainers = with maintainers; [ fab ];
54 mainProgram = "lsassy";