1 { stdenv, lib, fetchFromGitHub, bundlerEnv }:
5 name = "cewl-ruby-env";
9 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-5LTZUr3OMeu1NODhIgBiVqtQnUWYfZTm73q61vT3rXc=";
19 buildInputs = [ rubyEnv.wrappedRuby ];
24 mv $out/bin/cewl.rb $out/bin/cewl
28 description = "Custom wordlist generator";
30 homepage = "https://digi.ninja/projects/cewl.php/";
31 license = licenses.gpl3Plus;