nmap: 7.31 -> 7.40

This commit is contained in:
Robin Gloster 2017-02-02 19:32:46 +01:00
parent 0e0f0d0478
commit e3d9f438c3
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -19,11 +19,11 @@ let
in stdenv.mkDerivation rec {
name = "nmap${optionalString graphicalSupport "-graphical"}-${version}";
version = "7.31";
version = "7.40";
src = fetchurl {
url = "https://nmap.org/dist/nmap-${version}.tar.bz2";
sha256 = "0hiqb28950kn4bjsmw0ksfyss7j2qdmgrj3xsjf7073pq01lx7yb";
sha256 = "121i9mgyc28ra2825akd0ix5qyssv4xc2qlx296mam6hzxgnc54y";
};
patches = ./zenmap.patch;