nmap: 7.60 -> 7.70

This commit is contained in:
Franz Pletz 2018-03-21 17:04:46 +01:00
parent 1e15d08cac
commit f2fea9042e
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.60";
version = "7.70";
src = fetchurl {
url = "https://nmap.org/dist/nmap-${version}.tar.bz2";
sha256 = "08bga42ipymmbxd7wy4x5sl26c0ir1fm3n9rc6nqmhx69z66wyd8";
sha256 = "063fg8adx23l4irrh5kn57hsmi1xvjkar4vm4k6g94ppan4hcyw4";
};
patches = ./zenmap.patch;