Fabian Affolter 2023-05-02 18:49:49 +02:00
parent b04b3345f1
commit 8de6471f50

View File

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