summary refs log tree commit diff
path: root/pkgs/tools/networking/amass
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-17 15:38:38 +0000
committerJon <jonringer@users.noreply.github.com>2020-10-17 17:20:32 -0700
commite072662ed6ee2b3f6ebd8b802e98187db12a59f1 (patch)
treea2b4452d21df7d6391eead5a626eb212006296cf /pkgs/tools/networking/amass
parentd01b2e5c059806b8f5f06b0669fe2d8bd03c520f (diff)
amass: 3.10.3 -> 3.10.5
Diffstat (limited to 'pkgs/tools/networking/amass')
-rw-r--r--pkgs/tools/networking/amass/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/amass/default.nix b/pkgs/tools/networking/amass/default.nix
index 61746ebfcc5f2..6277c158f249d 100644
--- a/pkgs/tools/networking/amass/default.nix
+++ b/pkgs/tools/networking/amass/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "amass";
-  version = "3.10.3";
+  version = "3.10.5";
 
   src = fetchFromGitHub {
     owner = "OWASP";
     repo = "Amass";
     rev = "v${version}";
-    sha256 = "1vjplwjv0vwwxdpbky7i6dz3phl7yfcbr8fwrbsb47bmj0ldkapc";
+    sha256 = "0zxjgg9z45cs116wa643dfh12skz8zydb85vn03ss150hdlgspda";
   };
 
-  vendorSha256 = "0c3hyvy8s470zvrv49fx0iil59z0xq10dw4vnr55qgbm2k2pay6w";
+  vendorSha256 = "1l7y2h7kpvj6lh3dki5sw0ziyzwihfy0scdk8jqf108ca23g8zv8";
 
   outputs = [ "out" "wordlists" ];