Skip to content

Commit 351b59b

Browse files
committedJun 17, 2017
cairo: bugfix 1.14.8 -> 1.14.10
1 parent a81e1fc commit 351b59b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/cairo/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ assert glSupport -> mesa_noglu != null;
1212
let inherit (stdenv.lib) optional optionals; in
1313

1414
stdenv.mkDerivation rec {
15-
name = "cairo-1.14.8";
15+
name = "cairo-1.14.10";
1616

1717
src = fetchurl {
1818
url = "http://cairographics.org/releases/${name}.tar.xz";
19-
sha1 = "c6f7b99986f93c9df78653c3e6a3b5043f65145e";
19+
sha256 = "02banr0wxckq62nbhc3mqidfdh2q956i2r7w2hd9bjgjb238g1vy";
2020
};
2121

2222
patches = [

0 commit comments

Comments
 (0)
Please sign in to comment.