11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-M6i62JI4HjaM0C2rSK8P5O19JeugFP5xIy1E6vE8KP4=";
23 lockFile = ./Cargo.lock;
25 "fhc-0.7.1" = "sha256-gSAwpuVL+5vLkHTsh60qyza7IoxgUWBQcWl2N7md51s=";
26 "headless_chrome-0.9.0" = "sha256-0BMm0tmCbUL1BSdD6rJLG735FYJsmkSrPQBs2zWx414=";
27 "rusolver-0.9.1" = "sha256-84qe/A+FN8Q+r8tk0waOq+sBgnDpG9bwoQI+K5pE4Wc=";
28 "trust-dns-proto-0.20.4" = "sha256-+oAjyyTXbKir8e5kn8CUmQy5qmzQ47ryvBBdZtzj1TY=";
39 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
40 darwin.apple_sdk.frameworks.SystemConfiguration
44 OPENSSL_NO_VENDOR = true;
48 installManPage findomain.1
52 description = "Fastest and cross-platform subdomain enumerator";
53 homepage = "https://github.com/Findomain/Findomain";
54 changelog = "https://github.com/Findomain/Findomain/releases/tag/${version}";
55 license = licenses.gpl3Plus;
56 maintainers = with maintainers; [ Br1ght0ne figsoda ];
57 mainProgram = "findomain";