Merge pull request #202057 from r-ryantm/auto-update/python310Packages.lsassy
python310Packages.lsassy: 3.1.4 -> 3.1.6
This commit is contained in:
commit
ad52a62276
1 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "lsassy";
|
pname = "lsassy";
|
||||||
version = "3.1.4";
|
version = "3.1.6";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -18,8 +18,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Hackndo";
|
owner = "Hackndo";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-/YDBzH8Mji6PWBEIbsgZcTvoAWAsBbJV3cHfySY/gGA=";
|
hash = "sha256-Rdgz9hU2un1CKX2dRI8tVzL2lG7Ufd5HwninOxOsxjM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -39,6 +39,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python module to extract data from Local Security Authority Subsystem Service (LSASS)";
|
description = "Python module to extract data from Local Security Authority Subsystem Service (LSASS)";
|
||||||
homepage = "https://github.com/Hackndo/lsassy";
|
homepage = "https://github.com/Hackndo/lsassy";
|
||||||
|
changelog = "https://github.com/Hackndo/lsassy/releases/tag/v${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue