forked from mirrors/nixpkgs
* Fixed URL.
svn path=/nixpkgs/trunk/; revision=8053
This commit is contained in:
parent
cd10e285d2
commit
f7e838f5f9
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue