mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Update nmap to 7.91
This commit is contained in:
parent
c96508ac3b
commit
e12bbb6ad8
1 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue