python3Packages.pypykatz: 0.5.2 -> 0.5.6
This commit is contained in:
parent
881f807824
commit
5ca6bb9232
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, aesedb
|
||||
, aiosmb
|
||||
, aiowinreg
|
||||
, buildPythonPackage
|
||||
@ -6,19 +7,24 @@
|
||||
, minidump
|
||||
, minikerberos
|
||||
, msldap
|
||||
, pythonOlder
|
||||
, winsspi
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pypykatz";
|
||||
version = "0.5.2";
|
||||
version = "0.5.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1lyvypi1g4l9fq1f9q05bdn6vq8y5y9ghmb6ziqdycr0lxn7lfdd";
|
||||
hash = "sha256-iuLQfdRNxy6Z+7sYGG+dSHlxicOPtNOdB/VNLyZjRsY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aesedb
|
||||
aiosmb
|
||||
aiowinreg
|
||||
minikerberos
|
||||
@ -29,7 +35,10 @@ buildPythonPackage rec {
|
||||
|
||||
# Project doesn't have tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "pypykatz" ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pypykatz"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Mimikatz implementation in Python";
|
||||
|
Loading…
Reference in New Issue
Block a user