mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 02:18:37 +00:00
dnsrecon: 1.3.0 -> 1.3.1
Diff: https://github.com/darkoperator/dnsrecon/compare/refs/tags/1.3.0...1.3.1 Changelog: https://github.com/darkoperator/dnsrecon/releases/tag/1.3.1
This commit is contained in:
parent
7b16c13623
commit
c1221138c9
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "dnsrecon";
|
||||
version = "1.3.0";
|
||||
version = "1.3.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "darkoperator";
|
||||
repo = "dnsrecon";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-h87sNorCKxUmXZAbF7FaOqruUCv84FepFwKMYrIl70M=";
|
||||
hash = "sha256-CW5HM8hATfhyQDbSAV+zSp8Gc/C5uy40yKMJAGawn0k=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user