1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fixed ftp source for those with IPs without reverse DNS.

svn path=/nixpkgs/trunk/; revision=8895
This commit is contained in:
Michael Raskin 2007-06-19 16:06:53 +00:00
parent 4c7104113a
commit 49c274d6a6

View file

@ -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";
};