python313Packages.lsassy: modernize

This commit is contained in:
Fabian Affolter
2025-11-06 08:49:10 +01:00
committed by GitHub
parent 68818b7dd3
commit 7d368a954b
@@ -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";
};