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 {
pname = "dnstwist";
version = "20240116";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
repo = "dnstwist";
rev = "refs/tags/${version}";
hash = "sha256-areFRDi728SedArhUy/rbPzhoFabNoT/WdyyN+6OQK0=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
dnspython
geoip