Merge pull request #99555 from mweinelt/nmap

nmap: 7.80 -> 7.90
This commit is contained in:
Maximilian Bosch 2020-10-04 21:45:51 +02:00 committed by GitHub
commit 8524c682f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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