summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/misc/colord/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/tools/misc/colord/default.nix b/pkgs/tools/misc/colord/default.nix
index 9f91a1acc60..267ed4db67c 100644
--- a/pkgs/tools/misc/colord/default.nix
+++ b/pkgs/tools/misc/colord/default.nix
@@ -1,13 +1,13 @@
-{ stdenv, fetchurl, fetchgit, bashCompletion
+{ stdenv, fetchzip, fetchgit, bashCompletion
 , glib, polkit, pkgconfig, intltool, gusb, libusb1, lcms2, sqlite, systemd, dbus
-, automake, autoconf, libtool, gtk_doc, which, gobjectIntrospection }:
+, automake, autoconf, libtool, gtk_doc, which, gobjectIntrospection, argyllcms }:
 
 stdenv.mkDerivation rec {
-  name = "colord-1.2.3";
+  name = "colord-1.2.12";
 
-  src = fetchurl {
+  src = fetchzip {
     url = "http://www.freedesktop.org/software/colord/releases/${name}.tar.xz";
-    sha256 = "1z3l6hb3b08fixfra6m887a2j3lvhib6vp798ik16jfh375gr490";
+    sha256 = "0rvvbpxd5x479v4p6pck317mlf3j29s154i1n8hlx8n4znhwrb0k";
   };
 
   enableParallelBuilding = true;
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [ glib polkit pkgconfig intltool gusb libusb1 lcms2 sqlite systemd dbus gobjectIntrospection
-                  bashCompletion ];
+                  bashCompletion argyllcms automake autoconf ];
 
   postInstall = ''
     rm -fr $out/var/lib/colord