about summary refs log tree commit diff
path: root/pkgs/tools/security/theharvester
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-12-03 12:05:38 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-12-03 12:05:38 +0100
commit3132edd34bb7ad2784eaa947c7db1336e55f11c3 (patch)
treea88339c6011a871761211193950942d67ac349ae /pkgs/tools/security/theharvester
parent7fff1e9c0c77a22c83504bf9ba63c3c949bd66f0 (diff)
theharvester: 4.0.2 -> 4.0.3
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 5e7b2dbd04f16..81bcd66948f3e 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.2";
+  version = "4.0.3";
 
   src = fetchFromGitHub {
     owner = "laramies";
     repo = pname;
     rev = version;
-    sha256 = "sha256-jG0uVfeAfbX809XTUhoSpYdh2i42NoGzortv96dWEAs=";
+    sha256 = "sha256-Ckouhe/Uq6Dv9p/LRpPQkiKuYrwrl/Z7KkYYamDHav8=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [