Skip to content

Commit

Permalink
Merge pull request #91988 from r-ryantm/auto-update/amass
Browse files Browse the repository at this point in the history
amass: 3.7.2 -> 3.7.3
  • Loading branch information
marsam committed Jul 2, 2020
2 parents ba67663 + 246baa9 commit 34c988a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/amass/default.nix
Expand Up @@ -5,13 +5,13 @@

buildGoModule rec {
pname = "amass";
version = "3.7.2";
version = "3.7.3";

src = fetchFromGitHub {
owner = "OWASP";
repo = "Amass";
rev = "v${version}";
sha256 = "1acjqpa9xg9ji2mzxag57yq589cdq3rh78a8vz8wnkkkp7b8why8";
sha256 = "083c59yig9z0ksvcm9dvy0mv13k79rgnvqrr5qhbhzjz3bgzy1dq";
};

vendorSha256 = "1s8g0qqg3m6hdvc5v3s86l3ba5grmyhx0lf2ymi39k5dpcg8l19s";
Expand Down

0 comments on commit 34c988a

Please sign in to comment.