From c66814d9cee1d3891b18480b2fd9a655613d6811 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sun, 7 Aug 2016 16:43:02 +0200 Subject: nmap: 7.01 -> 7.12 --- pkgs/tools/security/nmap/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/security/nmap/default.nix b/pkgs/tools/security/nmap/default.nix index 351654b6032..415f8f52a47 100644 --- a/pkgs/tools/security/nmap/default.nix +++ b/pkgs/tools/security/nmap/default.nix @@ -13,11 +13,11 @@ with stdenv.lib; stdenv.mkDerivation rec { name = "nmap${optionalString graphicalSupport "-graphical"}-${version}"; - version = "7.01"; + version = "7.12"; src = fetchurl { url = "http://nmap.org/dist/nmap-${version}.tar.bz2"; - sha256 = "01bpc820fmjl1vd08a3j9fpa84psaa7c3cxc8wpzabms8ckcs7yg"; + sha256 = "014vagh9ak10hidwzp9s6g30y5h5fhsh8wykcnc1hnn9hwm0ipv3"; }; patches = ./zenmap.patch; @@ -40,6 +40,6 @@ stdenv.mkDerivation rec { homepage = http://www.nmap.org; license = licenses.gpl2; platforms = platforms.all; - maintainers = with maintainers; [ mornfall thoughtpolice ]; + maintainers = with maintainers; [ mornfall thoughtpolice fpletz ]; }; } -- cgit 1.4.1