mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
update to 5.00
svn path=/nixpkgs/trunk/; revision=19109
This commit is contained in:
parent
b68ed67fc5
commit
0c7bf3c65a
|
@ -4,11 +4,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation (rec {
|
||||
name = "nmap-4.75";
|
||||
name = "nmap-5.00";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://nmap.org/dist/${name}.tar.bz2";
|
||||
sha256 = "0k4ylwlkn06zl6pfr2ig8340qrmfsbdh5rqqlnhpj55likbgrl37";
|
||||
sha256 = "0k91x31js5kzfxhil3m53k2ylks1pvbccllc99n31vc1dryri2xq";
|
||||
};
|
||||
|
||||
postInstall =''
|
||||
|
|
Loading…
Reference in a new issue