lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

colord: update from 1.1.7 to 1.2.3

+2 -2
+2 -2
pkgs/tools/misc/colord/default.nix
··· 3 3 , automake, autoconf, libtool, gtk_doc, which, gobjectIntrospection }: 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "colord-1.1.7"; 6 + name = "colord-1.2.3"; 7 7 8 8 src = fetchurl { 9 9 url = "http://www.freedesktop.org/software/colord/releases/${name}.tar.xz"; 10 - sha256 = "295395526ee0be30917ae9c352e68bfeb20c7fc266a605725bef969f20547f44"; 10 + sha256 = "1z3l6hb3b08fixfra6m887a2j3lvhib6vp798ik16jfh375gr490"; 11 11 }; 12 12 13 13 enableParallelBuilding = true;