mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
* Cairo updated to 1.8.10.
svn path=/nixpkgs/branches/x-updates/; revision=22643
This commit is contained in:
parent
65d9c03c9a
commit
70ab33568d
@ -11,11 +11,11 @@ assert pngSupport -> libpng != null;
|
||||
assert xcbSupport -> libxcb != null && xcbutil != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cairo-1.8.8";
|
||||
name = "cairo-1.8.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://cairographics.org/releases/${name}.tar.gz";
|
||||
sha256 = "140w8pz2k2kmjdaav3rfy009rjf2hqycsnk7lq0nwnf4bpgd6l9w";
|
||||
sha1 = "fd5e8ca82ff0e8542ea4c51612cad387f2a49df3";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user