Skip to content

Commit

Permalink
dnsrecon: 1.3.0 -> 1.3.1 (NixOS#356428)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Nov 16, 2024
2 parents 328e12a + c122113 commit 1ef6e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/dn/dnsrecon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 1ef6e22

Please sign in to comment.