diff --git a/pkgs/development/python-modules/lsassy/default.nix b/pkgs/development/python-modules/lsassy/default.nix index aca4663df5ee..00bdd5e17fdd 100644 --- a/pkgs/development/python-modules/lsassy/default.nix +++ b/pkgs/development/python-modules/lsassy/default.nix @@ -6,7 +6,6 @@ netaddr, poetry-core, pypykatz, - pythonOlder, rich, }: @@ -15,8 +14,6 @@ buildPythonPackage rec { version = "3.1.15"; pyproject = true; - disabled = pythonOlder "3.7"; - src = fetchFromGitHub { owner = "Hackndo"; repo = "lsassy"; @@ -47,8 +44,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python module to extract data from Local Security Authority Subsystem Service (LSASS)"; homepage = "https://github.com/Hackndo/lsassy"; - changelog = "https://github.com/Hackndo/lsassy/releases/tag/v${version}"; - license = with licenses; [ mit ]; + changelog = "https://github.com/Hackndo/lsassy/releases/tag/${src.tag}"; + license = licenses.mit; maintainers = with maintainers; [ fab ]; mainProgram = "lsassy"; };