Revert "nmap: 7.80 -> 7.90"

This reverts commit c426ccf116.

License has changed in 7.90 and we should decide first how to proceed.
See #105119 for further context.
wip/yesman
Maximilian Bosch 4 years ago
parent 19908dd99d
commit fcbedf65aa
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 4
      pkgs/tools/security/nmap/default.nix

@ -12,11 +12,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "nmap${optionalString graphicalSupport "-graphical"}-${version}";
version = "7.90";
version = "7.80";
src = fetchurl {
url = "https://nmap.org/dist/nmap-${version}.tar.bz2";
sha256 = "1s20i84m9bci70lrl0p2j7h3kpbi9snmvyhc3lzc9s3mh92w6msm";
sha256 = "1aizfys6l9f9grm82bk878w56mg0zpkfns3spzj157h98875mypw";
};
patches = [ ./zenmap.patch ]

Loading…
Cancel
Save