colord: update from 1.1.7 to 1.2.3

This commit is contained in:
Aristid Breitkreuz 2014-10-08 19:08:54 +02:00
parent 16e771c393
commit 2989968178

View File

@ -3,11 +3,11 @@
, automake, autoconf, libtool, gtk_doc, which, gobjectIntrospection }:
stdenv.mkDerivation rec {
name = "colord-1.1.7";
name = "colord-1.2.3";
src = fetchurl {
url = "http://www.freedesktop.org/software/colord/releases/${name}.tar.xz";
sha256 = "295395526ee0be30917ae9c352e68bfeb20c7fc266a605725bef969f20547f44";
sha256 = "1z3l6hb3b08fixfra6m887a2j3lvhib6vp798ik16jfh375gr490";
};
enableParallelBuilding = true;