6 python3.pkgs.buildPythonApplication rec {
8 version = "0.1.0-unstable-2024-02-24";
11 src = fetchFromGitHub {
14 rev = "31ce5e83b8fcf200098fd5120d9c856f3f80e3f7";
15 hash = "sha256-lnPGKF9pJ2NFIsx4HFdRip6R+vGVr9TYzvU89iwBc5g=";
23 build-system = with python3.pkgs; [
27 propagatedBuildInputs = with python3.pkgs; [
32 ] ++ redis.optional-dependencies.hiredis;
34 # Project has no tests
38 description = "Universal WHOIS proxy server";
39 homepage = "https://github.com/Lookyloo/uwhoisd";
40 changelog = "https://github.com/Lookyloo/uwhoisd/blob/${version}/ChangeLog";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];