Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f5617ff2948d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6148618bf9e4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 1, 2020

  1. amass: 3.5.1 -> 3.5.4

    r-ryantm committed Apr 1, 2020
    Copy the full SHA
    7cfb074 View commit details

Commits on Apr 2, 2020

  1. Merge pull request #83935 from r-ryantm/auto-update/amass

    amass: 3.5.1 -> 3.5.4
    marsam authored Apr 2, 2020
    Copy the full SHA
    6148618 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/networking/amass/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/networking/amass/default.nix
Original file line number Diff line number Diff line change
@@ -6,16 +6,16 @@

buildGoModule rec {
pname = "amass";
version = "3.5.1";
version = "3.5.4";

src = fetchFromGitHub {
owner = "OWASP";
repo = "Amass";
rev = "v${version}";
sha256 = "1lir0j6av5zl1jb3513cf7mlrydgnsvy0chn5ihg1fvbdiv5lww9";
sha256 = "0sxcyrlgqajmlsicr4j2b8hq2fzw8ai1xsq176bz0f33q9m9wvhf";
};

modSha256 = "1nahmgzd2akkr0zb80k6s1lz2s1fkggvilwi6bnafwqlaw0qxwcl";
modSha256 = "1yjvwkm2zaf017lai5xl088x1z1ifwsbw56dagyf8z9jk9lhkcj7";

outputs = [ "out" "wordlists" ];