We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a81e1fc commit 351b59bCopy full SHA for 351b59b
pkgs/development/libraries/cairo/default.nix
@@ -12,11 +12,11 @@ assert glSupport -> mesa_noglu != null;
12
let inherit (stdenv.lib) optional optionals; in
13
14
stdenv.mkDerivation rec {
15
- name = "cairo-1.14.8";
+ name = "cairo-1.14.10";
16
17
src = fetchurl {
18
url = "http://cairographics.org/releases/${name}.tar.xz";
19
- sha1 = "c6f7b99986f93c9df78653c3e6a3b5043f65145e";
+ sha256 = "02banr0wxckq62nbhc3mqidfdh2q956i2r7w2hd9bjgjb238g1vy";
20
};
21
22
patches = [
0 commit comments