correct typo (version was 1.0.4, yet name said 1.0.2)

svn path=/nixpkgs/trunk/; revision=5567
This commit is contained in:
Armijn Hemel 2006-07-04 00:14:16 +00:00
parent cb66528886
commit adaf1fe61c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ assert postscriptSupport -> zlib != null;
assert pngSupport -> libpng != null;
stdenv.mkDerivation {
name = "cairo-1.0.2";
name = "cairo-1.0.4";
src = fetchurl {
url = http://cairographics.org/releases/cairo-1.0.4.tar.gz;
sha1 = "89e72202e5b51a8914fce60f52f7c51ecdea982a";