mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
Merge pull request #66997 from r-ryantm/auto-update/nmap
nmap: 7.70 -> 7.80
This commit is contained in:
commit
3a0d0b9a0b
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ let
|
|||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "nmap${optionalString graphicalSupport "-graphical"}-${version}";
|
||||
version = "7.70";
|
||||
version = "7.80";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://nmap.org/dist/nmap-${version}.tar.bz2";
|
||||
sha256 = "063fg8adx23l4irrh5kn57hsmi1xvjkar4vm4k6g94ppan4hcyw4";
|
||||
sha256 = "1aizfys6l9f9grm82bk878w56mg0zpkfns3spzj157h98875mypw";
|
||||
};
|
||||
|
||||
patches = [ ./zenmap.patch ]
|
||||
|
|
Loading…
Reference in a new issue