Merge pull request #229498 from fabaff/certipy-bump

certipy: 4.3.0 -> 4.4.0
This commit is contained in:
Fabian Affolter 2023-05-02 22:47:18 +02:00 committed by GitHub
commit 37bf391d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "certipy"; pname = "certipy";
version = "4.3.0"; version = "4.4.0";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ly4k"; owner = "ly4k";
repo = "Certipy"; repo = "Certipy";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-vwlWAbA4ExYAPRInhEsjRCNuL2wqMhAmYKO78Vi4OGo="; hash = "sha256-llLGr9IpuXQYIN2WaOkvfE2dAZb3PMVlNmketUpuyDI=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [