* Updated Pango, Cairo, Zip.

svn path=/nixpkgs/trunk/; revision=6697
This commit is contained in:
Eelco Dolstra
2006-10-11 13:19:36 +00:00
parent 92ebe14285
commit 67c581cdcc
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -9,10 +9,10 @@ assert postscriptSupport -> zlib != null;
assert pngSupport -> libpng != null;
stdenv.mkDerivation {
name = "cairo-1.2.2";
name = "cairo-1.2.4";
src = fetchurl {
url = http://cairographics.org/releases/cairo-1.2.2.tar.gz;
sha1 = "859b9ed4eaa200a03b9e41ccc45f3799742e6c5c";
url = http://cairographics.org/releases/cairo-1.2.4.tar.gz;
sha1 = "5520b771c8b85acea78fa56fc4c39b4dca6bcc7c";
};
buildInputs = [
pkgconfig x11 fontconfig freetype