about summary refs log tree commit diff
path: root/pkgs/applications/misc/redshift/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-08-14 17:16:56 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-08-14 20:50:57 +0200
commita3bd1be27b07375ceef0af00fb1e2867d990fc9b (patch)
tree743f9aa53b047d716c2cabbf4c7a5d108558079e /pkgs/applications/misc/redshift/default.nix
parentf84d1fe3f51f195e9b60319125f7a7e23d00ee55 (diff)
downloadnixlib-a3bd1be27b07375ceef0af00fb1e2867d990fc9b.tar
nixlib-a3bd1be27b07375ceef0af00fb1e2867d990fc9b.tar.gz
nixlib-a3bd1be27b07375ceef0af00fb1e2867d990fc9b.tar.bz2
nixlib-a3bd1be27b07375ceef0af00fb1e2867d990fc9b.tar.lz
nixlib-a3bd1be27b07375ceef0af00fb1e2867d990fc9b.tar.xz
nixlib-a3bd1be27b07375ceef0af00fb1e2867d990fc9b.tar.zst
nixlib-a3bd1be27b07375ceef0af00fb1e2867d990fc9b.zip
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/applications/misc/redshift/default.nix')
-rw-r--r--pkgs/applications/misc/redshift/default.nix4
1 files changed, 2 insertions, 2 deletions
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