gnome3.libcroco: 0.6.8 -> 0.6.11

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-25 18:15:21 +02:00
parent 4e20fa47e0
commit b1dda910a3
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, libxml2, glib }:
stdenv.mkDerivation rec {
name = "libcroco-0.6.8";
name = "libcroco-0.6.11";
src = fetchurl {
url = "mirror://gnome/sources/libcroco/0.6/${name}.tar.xz";
sha256 = "0w453f3nnkbkrly7spx5lx5pf6mwynzmd5qhszprq8amij2invpa";
sha256 = "0mm0wldbi40am5qn0nv7psisbg01k42rwzjxl3gv11l5jj554aqk";
};
outputs = [ "dev" "out" ];