mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nmap: 7.01 -> 7.12
This commit is contained in:
parent
9f0acda7eb
commit
c66814d9ce
1 changed files with 3 additions and 3 deletions
|
@ -13,11 +13,11 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nmap${optionalString graphicalSupport "-graphical"}-${version}";
|
name = "nmap${optionalString graphicalSupport "-graphical"}-${version}";
|
||||||
version = "7.01";
|
version = "7.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://nmap.org/dist/nmap-${version}.tar.bz2";
|
url = "http://nmap.org/dist/nmap-${version}.tar.bz2";
|
||||||
sha256 = "01bpc820fmjl1vd08a3j9fpa84psaa7c3cxc8wpzabms8ckcs7yg";
|
sha256 = "014vagh9ak10hidwzp9s6g30y5h5fhsh8wykcnc1hnn9hwm0ipv3";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = ./zenmap.patch;
|
patches = ./zenmap.patch;
|
||||||
|
@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.nmap.org;
|
homepage = http://www.nmap.org;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ mornfall thoughtpolice ];
|
maintainers = with maintainers; [ mornfall thoughtpolice fpletz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue