about summary refs log tree commit diff
path: root/pkgs/tools/security/theharvester
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-08-15 19:23:03 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-08-15 19:23:03 +0200
commit5e502ceb4f0c1e8f22e7f0ce0b24601f955ab842 (patch)
treed3e3c16836728e508d521385e9b7b1bc7c817400 /pkgs/tools/security/theharvester
parenteeb2bb2fef95ea58e724e5f4af1239bdc9c55abc (diff)
theharvester: 4.0.3 -> 4.2.0
Diffstat (limited to 'pkgs/tools/security/theharvester')
-rw-r--r--pkgs/tools/security/theharvester/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/theharvester/default.nix b/pkgs/tools/security/theharvester/default.nix
index 81bcd66948f3e..a78d9a23c1879 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.0.3";
+  version = "4.2.0";
 
   src = fetchFromGitHub {
     owner = "laramies";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Ckouhe/Uq6Dv9p/LRpPQkiKuYrwrl/Z7KkYYamDHav8=";
+    sha256 = "sha256-P3yp6COwyQnVDfZM198ygu+HLdisRw068aZOVSLl7r4=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [