9 src = fetchFromGitHub {
10 owner = "pirxthepilot";
12 rev = "refs/tags/v${version}";
13 hash = "sha256-5mvbwIKnCk8mbjVJAmUwV1zKzGk8HVVZLiUVQXRvczA=";
15 in python3.pkgs.buildPythonApplication {
16 inherit pname version src;
20 propagatedBuildInputs = [
21 python3.pkgs.hatchling
23 python3.pkgs.python-dotenv
38 homepage = "https://github.com/pirxthepilot/wtfis";
39 description = "Passive hostname, domain and IP lookup tool for non-robots";
40 mainProgram = "wtfis";
41 license = lib.licenses.mit;
42 maintainers = [ lib.maintainers.AndersonTorres ];