From 00f69be243f7a7066a7e91dacf65297a32b1373c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 20 Aug 2023 13:12:44 +0200 Subject: [PATCH 1/2] theharvester: 4.4.1 -> 4.4.3 Diff: https://github.com/laramies/theharvester/compare/refs/tags/4.4.1...4.4.3 Changelog: https://github.com/laramies/theHarvester/releases/tag/4.4.3 --- 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 1017d208792c..e61be0e216f3 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.4.1"; + version = "4.4.3"; src = fetchFromGitHub { owner = "laramies"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-jPwyciS4aIXJSCOolgzHbiadPzHO2MsQPGfavHqC2sg="; + hash = "sha256-hAR5z1NwBmcmWRAg2F4QVicxKfzgTOOptlwKdx+G0+o="; }; propagatedBuildInputs = with python3.pkgs; [ From 474e597ce6621f0101ccebb4c8c6a53b226afca6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 20 Aug 2023 13:23:45 +0200 Subject: [PATCH 2/2] theharvester: add myself as maintainer --- pkgs/tools/security/theharvester/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/theharvester/default.nix b/pkgs/tools/security/theharvester/default.nix index e61be0e216f3..5326c6fc5b93 100644 --- a/pkgs/tools/security/theharvester/default.nix +++ b/pkgs/tools/security/theharvester/default.nix @@ -6,6 +6,7 @@ python3.pkgs.buildPythonApplication rec { pname = "theharvester"; version = "4.4.3"; + format = "setuptools"; src = fetchFromGitHub { owner = "laramies"; @@ -63,7 +64,7 @@ python3.pkgs.buildPythonApplication rec { ''; homepage = "https://github.com/laramies/theHarvester"; changelog = "https://github.com/laramies/theHarvester/releases/tag/${version}"; - maintainers = with maintainers; [ c0bw3b treemo ]; + maintainers = with maintainers; [ c0bw3b fab treemo ]; license = licenses.gpl2Only; }; }