3
0
Fork 0
forked from mirrors/nixpkgs

* Fixed URL.

svn path=/nixpkgs/trunk/; revision=8053
This commit is contained in:
Eelco Dolstra 2007-02-26 17:56:08 +00:00
parent cd10e285d2
commit f7e838f5f9

View file

@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "freetype-2.3.1";
src = fetchurl {
url = http://switch.dl.sourceforge.net/sourceforge/freetype/freetype-2.3.1.tar.bz2;
url = http://heanet.dl.sourceforge.net/sourceforge/freetype/freetype-2.3.1.tar.bz2;
sha256 = "0mb11mprdlcvxyjb62ganwfgvzg4kk3rmr677li8j0484b6ywf5y";
};
}