Fixing the dict-1.9.15 url, setting it to sourceforge mirror.

The old didn't work for me for several days.

svn path=/nixpkgs/trunk/; revision=13830
This commit is contained in:
Lluís Batlle i Rossell 2009-01-24 20:58:29 +00:00
parent 402a4e3b3a
commit 5a9098ea36

View File

@ -2,7 +2,7 @@ args : with args; with builderDefs;
let localDefs = builderDefs.passthru.function ((rec {
src = /* put a fetchurl here */
fetchurl {
url = ftp://ftp.dict.org/pub/dict/dictd-1.9.15.tar.gz;
url = mirror://sourceforge/dict/dictd-1.9.15.tar.gz;
sha256 = "0p41yf72l0igmshz6vxy3hm51z25600vrnb9j2jpgws4c03fqnac";
};