Skip to content

Commit d7a0fc6

Browse files
committed
1 parent 30fe1f1 commit d7a0fc6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/networking/amass/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "amass";
8-
version = "3.21.2";
8+
version = "3.22.0";
99

1010
src = fetchFromGitHub {
1111
owner = "OWASP";
1212
repo = "Amass";
1313
rev = "v${version}";
14-
hash = "sha256-s5+l5LBDUPhKkP1+m0R2UXywBX0y+4FWtyYP5F7ccaQ=";
14+
hash = "sha256-ph5SYN91/ibZdAAA/SZt7lecZCC93uotjfzkI4erzgU=";
1515
};
1616

17-
vendorHash = "sha256-Syi+znSXxjxfD9gqAyqhksWmxuNkwialWaem1NE5MKQ=";
17+
vendorHash = "sha256-fZd++VsLcs3MzcM23zE3AVaDPXf+cuLdJp8hsCeEZ1Y=";
1818

1919
outputs = [
2020
"out"

0 commit comments

Comments
 (0)