Skip to content

Commit

Permalink
cairo: bugfix 1.14.8 -> 1.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jun 17, 2017
1 parent a81e1fc commit 351b59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/cairo/default.nix
Expand Up @@ -12,11 +12,11 @@ assert glSupport -> mesa_noglu != null;
let inherit (stdenv.lib) optional optionals; in

stdenv.mkDerivation rec {
name = "cairo-1.14.8";
name = "cairo-1.14.10";

src = fetchurl {
url = "http://cairographics.org/releases/${name}.tar.xz";
sha1 = "c6f7b99986f93c9df78653c3e6a3b5043f65145e";
sha256 = "02banr0wxckq62nbhc3mqidfdh2q956i2r7w2hd9bjgjb238g1vy";
};

patches = [
Expand Down

0 comments on commit 351b59b

Please sign in to comment.