mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 05:47:29 +00:00
dnsrecon: 1.2.0 -> 1.3.0
Changelog: https://github.com/darkoperator/dnsrecon/releases/tag/1.3.0
This commit is contained in:
parent
df6fd68089
commit
024df64e37
@ -6,22 +6,24 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "dnsrecon";
|
||||
version = "1.2.0";
|
||||
version = "1.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "darkoperator";
|
||||
repo = "dnsrecon";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-XboRxq3ZDIDtuECVSnncQ2Pa8YAvva4KUNm0O5ED6rc=";
|
||||
hash = "sha256-h87sNorCKxUmXZAbF7FaOqruUCv84FepFwKMYrIl70M=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
||||
dependencies = with python3.pkgs; [
|
||||
dnspython
|
||||
netaddr
|
||||
loguru
|
||||
lxml
|
||||
netaddr
|
||||
requests
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user