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