python3Packages.lsassy: 3.1.15 -> 3.1.16 (#503191)
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
rich,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "lsassy";
|
||||
version = "3.1.15";
|
||||
version = "3.1.16";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Hackndo";
|
||||
repo = "lsassy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-cQfyRCZv0ZTaj7Ay7zTzFnU7PQluP3VweeFof8+W70M=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-lPbZnoR6qWfVBSRAbTJsKpjBieidNsYgAXI3CXHEt1w=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -44,9 +44,9 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
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/${src.tag}";
|
||||
changelog = "https://github.com/Hackndo/lsassy/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "lsassy";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user