Skip to content

Commit

Permalink
Merge pull request #254785 from fabaff/amass-bump
Browse files Browse the repository at this point in the history
amass: 4.1.0 -> 4.2.0
  • Loading branch information
NickCao authored Sep 12, 2023
2 parents 5dffb06 + 84d0c85 commit f822f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/amass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "amass";
version = "4.1.0";
version = "4.2.0";

src = fetchFromGitHub {
owner = "OWASP";
repo = "Amass";
rev = "refs/tags/v${version}";
hash = "sha256-mNoz9kVW+fwmur6SGWcpH9XYCYxasZJM0Bu4Bd4XMek=";
hash = "sha256-lhvU2fUnjQ+D+EZDRircNg/np4Ynk+HzOBgxT1L8BaQ=";
};

vendorHash = "sha256-rX84qTlvPyDWVvHmpIVCP50yy+m+s/VtffORL+G/3kg=";
vendorHash = "sha256-PdFIWK4yBh8Bb9mzYdU2h7pDPK8FZMhu8meTd9snP48=";

outputs = [
"out"
Expand Down

0 comments on commit f822f83

Please sign in to comment.