Merge pull request #161618 from r-ryantm/auto-update/certipy

certipy: 2.0 -> 2.0.7
This commit is contained in:
Fabian Affolter 2022-02-25 11:06:31 +01:00 committed by GitHub
commit a845da6be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "certipy";
version = "2.0";
version = "2.0.7";
src = fetchFromGitHub {
owner = "ly4k";
repo = "Certipy";
rev = version;
hash = "sha256-xN0DrLrxWNCEy3HodA1pOJHYhDyA1sMRVIfefbXq45E=";
hash = "sha256-/89TO/Dzj53bxndLgMIPCaL3axXJUEpX07+25xtnmws=";
};
propagatedBuildInputs = with python3.pkgs; [