From 5ed40286b8bf4eef4fafe2a83928b48f6099eeff Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Aug 2023 10:36:05 +0200 Subject: [PATCH] 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 --- pkgs/tools/security/theharvester/default.nix | 4 ++-- 1 file 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; [