forked from mirrors/nixpkgs
nmap: 7.00 -> 7.01
This commit is contained in:
parent
93d8671e2c
commit
e007b1b764
1 changed files with 2 additions and 2 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.00";
|
version = "7.01";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://nmap.org/dist/nmap-${version}.tar.bz2";
|
url = "http://nmap.org/dist/nmap-${version}.tar.bz2";
|
||||||
sha256 = "1bh25200jidhb2ig206ibiwv1ngyrl2ka743hnihiihmqq0j6i4z";
|
sha256 = "01bpc820fmjl1vd08a3j9fpa84psaa7c3cxc8wpzabms8ckcs7yg";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = ./zenmap.patch;
|
patches = ./zenmap.patch;
|
||||||
|
|
Loading…
Add table
Reference in a new issue