3
0
Fork 0
forked from mirrors/nixpkgs

nmap: 7.40 -> 7.50

This commit is contained in:
Franz Pletz 2017-06-14 05:21:52 +02:00
parent ba9c71b999
commit 7272f8096e
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

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