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: 6454c89e9df3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 055fa3a647d5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 17, 2021

  1. amass: 3.10.5 -> 3.11.1

    fabaff committed Jan 17, 2021
    Copy the full SHA
    6db50a0 View commit details
  2. Merge pull request #109606 from fabaff/bump-amass

    amass: 3.10.5 -> 3.11.1
    SuperSandro2000 authored Jan 17, 2021
    Copy the full SHA
    055fa3a 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
@@ -5,16 +5,16 @@

buildGoModule rec {
pname = "amass";
version = "3.10.5";
version = "3.11.1";

src = fetchFromGitHub {
owner = "OWASP";
repo = "Amass";
rev = "v${version}";
sha256 = "0zxjgg9z45cs116wa643dfh12skz8zydb85vn03ss150hdlgspda";
sha256 = "06nxjlbkzzdf4ag6c1fyszrrfj5hk5870cbqg4k7xz0faa25l6pw";
};

vendorSha256 = "1l7y2h7kpvj6lh3dki5sw0ziyzwihfy0scdk8jqf108ca23g8zv8";
vendorSha256 = "0i77m9h5pmshd5v390cisna1zr3x4lndqdcxfmynvbmzha29gyrq";

outputs = [ "out" "wordlists" ];