Skip to content

Commit

Permalink
Merge pull request NixOS#275728 from fabaff/theharvester-bump
Browse files Browse the repository at this point in the history
theharvester: 4.4.4 -> 4.5.0
  • Loading branch information
fabaff authored Dec 21, 2023
2 parents 727d299 + ddc1160 commit 0b8a265
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/tools/security/theharvester/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@

python3.pkgs.buildPythonApplication rec {
pname = "theharvester";
version = "4.4.4";
format = "setuptools";
version = "4.5.0";
pyproject = true;

src = fetchFromGitHub {
owner = "laramies";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-L0WbPZE2alregOvWc+0nuMvsD17ayCw3JtahGhf4B1o=";
hash = "sha256-tnCiI4bte2RSWSkEL2rwFz6WFjfRMMFiEBOvv3QMyos=";
};

nativeBuildInputs = with python3.pkgs; [
poetry-core
];

propagatedBuildInputs = with python3.pkgs; [
aiodns
aiofiles
Expand Down

0 comments on commit 0b8a265

Please sign in to comment.