summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2020-11-27 11:36:21 +0100
committerGitHub <noreply@github.com>2020-11-27 11:36:21 +0100
commit144a972ae90b72f38dc502339931e027e51a7107 (patch)
treed4490a0d04bfadaa4131cd549f0508a844f8fd20 /pkgs
parent7df6d1ec717d48df81594919707bbfeb39364721 (diff)
parentfcbedf65aa21e7fa8b437519dd599447f4d35aca (diff)
Merge pull request #105129 from Ma27/nmap-780
Revert "nmap: 7.80 -> 7.90"
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/nmap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/nmap/default.nix b/pkgs/tools/security/nmap/default.nix
index f03a794b6800f..bd543154494cf 100644
--- a/pkgs/tools/security/nmap/default.nix
+++ b/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 ]