certipy: 2.0.9 -> 4.3.0
Changelog: https://github.com/ly4k/Certipy/releases/tag/4.3.0
This commit is contained in:
parent
bccc8d1572
commit
1a184f4b87
1 changed files with 3 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "certipy";
|
||||
version = "2.0.9";
|
||||
version = "4.3.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ly4k";
|
||||
repo = "Certipy";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-84nGRKZ0UlMDAZ1Wo5Hgy9XSAyEh0Tio9+3OZVFZG5k=";
|
||||
hash = "sha256-vwlWAbA4ExYAPRInhEsjRCNuL2wqMhAmYKO78Vi4OGo=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
ldap3
|
||||
pyasn1
|
||||
pycryptodome
|
||||
requests_ntlm
|
||||
];
|
||||
|
||||
# Project has no tests
|
||||
|
|
Loading…
Reference in a new issue