dnstwist: refactor

This commit is contained in:
Fabian Affolter 2024-01-18 08:44:30 +01:00
parent 579e7d63e1
commit 253f01540d

View File

@ -6,15 +6,19 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "dnstwist"; pname = "dnstwist";
version = "20240116"; version = "20240116";
format = "setuptools"; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elceef"; owner = "elceef";
repo = pname; repo = "dnstwist";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-areFRDi728SedArhUy/rbPzhoFabNoT/WdyyN+6OQK0="; hash = "sha256-areFRDi728SedArhUy/rbPzhoFabNoT/WdyyN+6OQK0=";
}; };
nativeBuildInputs = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
dnspython dnspython
geoip geoip