From 3ec54e06922d2e667c1fc19a6dcd17e6b909e4e0 Mon Sep 17 00:00:00 2001 From: Cillian de RĂ³iste Date: Sun, 25 Oct 2015 18:52:17 +0100 Subject: colord-gtk: update from 0.1.25 to 0.1.26 --- pkgs/tools/misc/colord-gtk/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/misc/colord-gtk') diff --git a/pkgs/tools/misc/colord-gtk/default.nix b/pkgs/tools/misc/colord-gtk/default.nix index f46bf3ef7a4..96022d01ef7 100644 --- a/pkgs/tools/misc/colord-gtk/default.nix +++ b/pkgs/tools/misc/colord-gtk/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, colord, intltool, glib, gtk3, pkgconfig, lcms2 }: stdenv.mkDerivation rec { - name = "colord-gtk-0.1.25"; + name = "colord-gtk-0.1.26"; src = fetchurl { url = "http://www.freedesktop.org/software/colord/releases/${name}.tar.xz"; - sha256 = "02hblw9rw24dhj0wqfw86pfq4y4icb6iaa92308a9jwa6k2923xx"; + sha256 = "0i9y3bb5apj6a0f8cx36l6mjzs7xc0k7nf0magmf58vy2mzhpl18"; }; buildInputs = [ intltool colord glib gtk3 pkgconfig lcms2 ]; -- cgit 1.4.1