dnsrecon: 1.1.4 -> 1.1.5

Changelog: https://github.com/darkoperator/dnsrecon/releases/tag/1.1.5
This commit is contained in:
Fabian Affolter 2023-07-31 22:00:24 +02:00
parent 1e186dd0c3
commit 0700a52ae2

View File

@ -5,16 +5,22 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnsrecon";
version = "1.1.4";
version = "1.1.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "darkoperator";
repo = pname;
rev = version;
hash = "sha256-DtyYYNtv0Zk8103NN+vlnr3Etv0bAZ6+A2CXeZZgiUg=";
hash = "sha256-W7ZFc+kF00ANoYVTlsY+lJ9FjMEGbqYfNojoZFiRHU8=";
};
postPatch = ''
substituteInPlace requirements.txt \
--replace "flake8" "" \
--replace "pytest" ""
'';
propagatedBuildInputs = with python3.pkgs; [
dnspython
netaddr