forked from mirrors/nixpkgs
Updated nmap -> 4.68
svn path=/nixpkgs/trunk/; revision=12771
This commit is contained in:
parent
4b7521cd66
commit
c840a6971b
|
@ -3,12 +3,12 @@
|
||||||
, pycairo, pysqlite
|
, pycairo, pysqlite
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation (rec {
|
||||||
name = "nmap-4.60";
|
name = "nmap-4.68";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://download.insecure.org/nmap/dist/nmap-4.60.tar.bz2;
|
url = "http://nmap.org/dist/${name}.tar.bz2";
|
||||||
sha256 = "1jhway86lmrnyzvwi24ama1vrz89f9nmln29vr92kb31aw2nl30w";
|
sha256 = "0qgirvkgp3ni0lc32l8m7qnlj2626g821x883irafzirilyvwrhq";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall =''
|
postInstall =''
|
||||||
|
@ -18,4 +18,4 @@ stdenv.mkDerivation {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libpcap libX11 gtk pkgconfig openssl python pygtk makeWrapper pysqlite
|
libpcap libX11 gtk pkgconfig openssl python pygtk makeWrapper pysqlite
|
||||||
];
|
];
|
||||||
}
|
})
|
||||||
|
|
Loading…
Reference in a new issue