Fixed ftp source for those with IPs without reverse DNS.
svn path=/nixpkgs/trunk/; revision=8895
This commit is contained in:
parent
4c7104113a
commit
49c274d6a6
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "lsof";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.78.tar.bz2;
|
||||
url = ftp://ftp.tux.org/pub/sites/vic.cc.purdue.edu/tools/unix/lsof/lsof_4.78.tar.bz2;
|
||||
sha256 = "0azvl43niqkq94drx52p6dvp70r38f25fqw181ywmvqn80dbb3c9";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user