Commit 1a184f4b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

certipy: 2.0.9 -> 4.3.0

parent bccc8d15
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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