6 python3.pkgs.buildPythonApplication rec {
8 version = "0.1.0-unstable-2023-01-27";
11 src = fetchFromGitHub {
14 # https://github.com/zer1t0/certi/issues/6
15 rev = "6cfa656c6c0fcbbe9b9bce847b052c881202354e";
16 hash = "sha256-6j/Lwq68qyfEAo5MRibgdomrCO4KEd/DlAEwB+Z52Hc=";
19 nativeBuildInputs = with python3.pkgs; [
23 propagatedBuildInputs = with python3.pkgs; [
28 pythonImportsCheck = [
33 description = "ADCS abuser";
34 homepage = "https://github.com/zer1t0/certi";
35 license = licenses.agpl3Only;
36 maintainers = with maintainers; [ fab ];
37 mainProgram = "certi";