correct typo (version was 1.0.4, yet name said 1.0.2)
svn path=/nixpkgs/trunk/; revision=5567
This commit is contained in:
parent
cb66528886
commit
adaf1fe61c
@ -9,7 +9,7 @@ assert postscriptSupport -> zlib != null;
|
|||||||
assert pngSupport -> libpng != null;
|
assert pngSupport -> libpng != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cairo-1.0.2";
|
name = "cairo-1.0.4";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://cairographics.org/releases/cairo-1.0.4.tar.gz;
|
url = http://cairographics.org/releases/cairo-1.0.4.tar.gz;
|
||||||
sha1 = "89e72202e5b51a8914fce60f52f7c51ecdea982a";
|
sha1 = "89e72202e5b51a8914fce60f52f7c51ecdea982a";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user