Merge pull request #246405 from fabaff/dnsrecon-bump

dnsrecon: 1.1.4 -> 1.1.5
This commit is contained in:
Fabian Affolter
2023-08-01 21:24:25 +02:00
committed by GitHub
+8 -2
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