Skip to content

Commit

Permalink
naabu: update vendorSha256
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jan 30, 2022
1 parent 315f232 commit 0d3014b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/security/naabu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildGoModule rec {
sha256 = "0kbpfb1ryfqy8a54ksm7zm8pqy8f4adh06jc1ccpdxks3k0rygid";
};

vendorSha256 = "0kkkx8p0r04gg3pp0qy835afaxnqxjggnr7q7l6azdvg8qvgxfms";
vendorSha256 = "17x60x68hd2jm84xw5mgsclv6phn6ajkp92kpcz013vlkcdaqrxs";

buildInputs = [
libpcap
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7214,7 +7214,9 @@ with pkgs;

mxt-app = callPackage ../misc/mxt-app { };

naabu = callPackage ../tools/security/naabu { };
naabu = callPackage ../tools/security/naabu {
buildGoModule = buildGo117Module;
};

nagstamon = callPackage ../tools/misc/nagstamon {
pythonPackages = python3Packages;
Expand Down

0 comments on commit 0d3014b

Please sign in to comment.