* Fix URL.

svn path=/nixpkgs/trunk/; revision=8304
This commit is contained in:
Eelco Dolstra 2007-03-16 14:58:28 +00:00
parent baa010bce4
commit d8cd9746cb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "libnscd-2.0.2"; name = "libnscd-2.0.2";
src = fetchurl { src = fetchurl {
url = http://suse.osuosl.org/people/kukuk/libnscd/libnscd-2.0.2.tar.bz2; url = http://ftp.suse.com/pub/people/kukuk/libnscd/libnscd-2.0.2.tar.bz2;
sha256 = "0nxhwy42x44jlpdb5xq1prbvfjmds4hplmwv3687z0c4r9rn506l"; sha256 = "0nxhwy42x44jlpdb5xq1prbvfjmds4hplmwv3687z0c4r9rn506l";
}; };
} }