mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
1.4.4 -> 1.4.6
svn path=/nixpkgs/trunk/; revision=8670
This commit is contained in:
parent
a268c294b5
commit
7f3a1fa68f
@ -9,10 +9,10 @@ assert postscriptSupport -> zlib != null;
|
||||
assert pngSupport -> libpng != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cairo-1.4.4";
|
||||
name = "cairo-1.4.6";
|
||||
src = fetchurl {
|
||||
url = http://cairographics.org/releases/cairo-1.4.4.tar.gz;
|
||||
sha1 = "71a7ce8352500944f7b2b73d4dc25ee947ec56ec";
|
||||
url = http://cairographics.org/releases/cairo-1.4.6.tar.gz;
|
||||
sha256 = "15l87pzmlwbxk6m4102g2zln4drq0l32qs60ccs5bpmcnky2lqya";
|
||||
};
|
||||
buildInputs = [
|
||||
pkgconfig x11 fontconfig freetype
|
||||
|
Loading…
Reference in New Issue
Block a user