about summary refs log tree commit diff
path: root/pkgs/tools/security/theharvester
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 01:01:55 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 01:01:55 +0000
commit20a20e10cce1b3c751d715f28aeb9d444b9c5975 (patch)
tree562ea7266fb512b4a60cb8a85d6771a042712b58 /pkgs/tools/security/theharvester
parent29b0d4d0b600f8f5dd0b86e3362a33d4181938f9 (diff)
theharvester: 3.2.2 -> 3.2.3
Diffstat (limited to 'pkgs/tools/security/theharvester')
-rw-r--r--pkgs/tools/security/theharvester/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/theharvester/default.nix b/pkgs/tools/security/theharvester/default.nix
index 7a03649859e41..02e83296c69f0 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 = "3.2.2";
+  version = "3.2.3";
 
   src = fetchFromGitHub {
     owner = "laramies";
     repo = pname;
-    rev = "V${version}";
-    sha256 = "0lxzxfa9wbzim50d2jmd27i57szd0grm1dfayhnym86jn01qpvn3";
+    rev = version;
+    sha256 = "02jhk34znpvq522pqr3x4c0rljw37x62znwycijf1zx81dpbn4rm";
   };
 
   propagatedBuildInputs = with python3.pkgs; [