7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-nlF+B7Z1GRo3ZrGhG58c0vLcJAW+PvXT2tfFoyElw7w=";
19 nativeBuildInputs = with python3.pkgs; [
25 propagatedBuildInputs = with python3.pkgs; [
33 pythonRelaxDeps = true;
34 # Tests require network access
37 passthru.updateScript = gitUpdater { rev-prefix = "v"; };
40 description = "Custom Word List generator Redefined";
41 mainProgram = "cewler";
42 homepage = "https://github.com/roys/cewler";
43 license = licenses.cc-by-nc-40;
44 maintainers = with maintainers; [ emilytrau ];