Skip to content

Commit

Permalink
Merge pull request NixOS#118158 from nextl00p/nmap
Browse files Browse the repository at this point in the history
nmap: 7.80 -> 7.91
  • Loading branch information
fpletz authored Jul 28, 2021
2 parents b2ae668 + 1d304d0 commit e5209d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 69 deletions.
65 changes: 0 additions & 65 deletions pkgs/tools/security/nmap-unfree/default.nix

This file was deleted.

4 changes: 2 additions & 2 deletions pkgs/tools/security/nmap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ with lib;

stdenv.mkDerivation rec {
name = "nmap${optionalString graphicalSupport "-graphical"}-${version}";
version = "7.80";
version = "7.91";

src = fetchurl {
url = "https://nmap.org/dist/nmap-${version}.tar.bz2";
sha256 = "1aizfys6l9f9grm82bk878w56mg0zpkfns3spzj157h98875mypw";
sha256 = "001kb5xadqswyw966k2lqi6jr6zz605jpp9w4kmm272if184pk0q";
};

patches = [ ./zenmap.patch ]
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ mapAliases ({
nix-review = nixpkgs-review; # added 2019-12-22
nixFlakes = nixUnstable; # added 2021-05-21
nmap_graphical = nmap-graphical; # added 2017-01-19
nmap-unfree = nmap; # added 2021-04-06
nologin = shadow; # added 2018-04-25
nordic-polar = throw "nordic-polar was removed on 2021-05-27, now integrated in nordic"; # added 2021-05-27
nxproxy = nx-libs; # added 2019-02-15
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7495,8 +7495,6 @@ in
graphicalSupport = true;
};

nmap-unfree = callPackage ../tools/security/nmap-unfree { };

nmapsi4 = libsForQt514.callPackage ../tools/security/nmap/qt.nix { };

nnn = callPackage ../applications/misc/nnn { };
Expand Down

0 comments on commit e5209d3

Please sign in to comment.