diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-08-08 10:36:05 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-08-08 10:36:05 +0200 |
| commit | 5ed40286b8bf4eef4fafe2a83928b48f6099eeff (patch) | |
| tree | 0243ff583f2ea4c5787aac7c55e21c3a941f6509 | |
| parent | Merge pull request #245852 from rnhmjoj/pr-fix-dnscrypt (diff) | |
| download | nixpkgs-5ed40286b8bf4eef4fafe2a83928b48f6099eeff.tar.gz | |
theharvester: 4.3.0 -> 4.4.1
Diff: https://github.com/laramies/theharvester/compare/refs/tags/4.3.0...4.4.1
Changelog: https://github.com/laramies/theHarvester/releases/tag/4.4.1
| -rw-r--r-- | pkgs/tools/security/theharvester/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/theharvester/default.nix b/pkgs/tools/security/theharvester/default.nix index a683b048935e..1017d208792c 100644 --- a/pkgs/tools/security/theharvester/default.nix +++ b/pkgs/tools/security/theharvester/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "theharvester"; - version = "4.3.0"; + version = "4.4.1"; src = fetchFromGitHub { owner = "laramies"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-9W4xN+ZSNdR5NOnwohNrQVW8JSEKFyKxWTz012uiUm8="; + hash = "sha256-jPwyciS4aIXJSCOolgzHbiadPzHO2MsQPGfavHqC2sg="; }; propagatedBuildInputs = with python3.pkgs; [ |
