Merge pull request #281711 from fabaff/dnstwist-bump
dnstwist: 20230918 -> 20240116
This commit is contained in:
commit
b7b4320dd6
@ -5,16 +5,20 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "dnstwist";
|
||||
version = "20230918";
|
||||
format = "setuptools";
|
||||
version = "20240116";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elceef";
|
||||
repo = pname;
|
||||
repo = "dnstwist";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-LGeDb0++9Zsal9HOXjfjF18RFQS+6i578EfD3YTtlS4=";
|
||||
hash = "sha256-areFRDi728SedArhUy/rbPzhoFabNoT/WdyyN+6OQK0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
dnspython
|
||||
geoip
|
||||
|
Loading…
Reference in New Issue
Block a user