mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #105129 from Ma27/nmap-780
Revert "nmap: 7.80 -> 7.90"
This commit is contained in:
commit
144a972ae9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue