mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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 New Issue
Block a user