From a3bd1be27b07375ceef0af00fb1e2867d990fc9b Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 14 Aug 2013 17:16:56 +0200 Subject: redshift: Update to new upstream version 1.7. Upstream release notes: - Add Geoclue location provider by Mathieu Trudel-Lapierre. - Allow brightness to be adjusted (-b). - Provide option to set color temperature directly (Joe Hillenbrand). - Add option to show program version (-V). - Add configure.ac option to install ubuntu icons. They will no longer be installed by default (Francesco Marella). - config: Look in %userprofile%/.config/redshift.conf on windows platform. - Fix: w32gdi: Obtain a new DC handle on every adjustment. This fixes a bug where redshift stops updating the screen. Signed-off-by: aszlig --- pkgs/applications/misc/redshift/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/misc/redshift/default.nix') diff --git a/pkgs/applications/misc/redshift/default.nix b/pkgs/applications/misc/redshift/default.nix index feced2f45384..e9fe255aea83 100644 --- a/pkgs/applications/misc/redshift/default.nix +++ b/pkgs/applications/misc/redshift/default.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { pname = "redshift"; - version = "1.6"; + version = "1.7"; name = "${pname}-${version}"; src = fetchurl { url = "http://launchpad.net/${pname}/trunk/${version}/+download/${pname}-${version}.tar.bz2"; - sha256 = "0g46zhqnx3y2fssmyjgaardzhjw1j29l1dbc2kmccw9wxqfla1wi"; + sha256 = "1j0hs0vnlic90cf4bryn11n4ani1x2s5l8z6ll3fmrlw98ykrylv"; }; buildInputs = [ libX11 libXrandr libXxf86vm libxcb pkgconfig python -- cgit 1.4.1