forked from mirrors/nixpkgs
Update version of ncftp.
The old version 3.2.3 seems to have disappeared from the hosting server. svn path=/nixpkgs/trunk/; revision=23153
This commit is contained in:
parent
961fda939c
commit
9be0b9fea6
|
@ -4,8 +4,8 @@ stdenv.mkDerivation {
|
|||
name = "ncftp-3.2.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.ncftp.com/ncftp/ncftp-3.2.3-src.tar.bz2;
|
||||
sha256 = "0455rf6yw568izq2nvz58mjd719dgp9y63yx9cb7l620vvxz5x26";
|
||||
url = ftp://ftp.ncftp.com/ncftp/ncftp-3.2.4-src.tar.bz2;
|
||||
sha256 = "0v0cfc4kqsvmfighl47djw5nw82dl5j5g5i2s8wy375fllim0cv6";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue