summary refs log tree commit diff
path: root/pkgs/applications/misc/redshift
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-22 19:44:57 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-22 19:44:57 -0700
commit5c76ea68b84bf8d97ec15e5d8d717143d7ec183f (patch)
tree9d6d7dd306719baf050142267b72ff1b3f3b2b2d /pkgs/applications/misc/redshift
parentc8a4562f5966e90cbbe04195b4a37a5d4a334f60 (diff)
downloadnixpkgs-5c76ea68b84bf8d97ec15e5d8d717143d7ec183f.tar
nixpkgs-5c76ea68b84bf8d97ec15e5d8d717143d7ec183f.tar.gz
nixpkgs-5c76ea68b84bf8d97ec15e5d8d717143d7ec183f.tar.bz2
nixpkgs-5c76ea68b84bf8d97ec15e5d8d717143d7ec183f.tar.lz
nixpkgs-5c76ea68b84bf8d97ec15e5d8d717143d7ec183f.tar.xz
nixpkgs-5c76ea68b84bf8d97ec15e5d8d717143d7ec183f.tar.zst
nixpkgs-5c76ea68b84bf8d97ec15e5d8d717143d7ec183f.zip
redshift: 1.11 -> 1.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/redshift/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12/bin/redshift-gtk had a zero exit code or showed the expected version
- /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12/bin/redshift passed the binary check.
- /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12/bin/.redshift-wrapped passed the binary check.
- Warning: no invocation of /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12/bin/..redshift-gtk-wrapped-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12/bin/.redshift-gtk-wrapped had a zero exit code or showed the expected version
- 2 of 5 passed binary check by having a zero exit code.
- 2 of 5 passed binary check by having the new version present in output.
- found 1.12 with grep in /nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12
- directory tree listing: https://gist.github.com/c74af938c0883f174e37490cc75bdd47
- du listing: https://gist.github.com/e9328410b87b5cff576fd12cc6120fb6
Diffstat (limited to 'pkgs/applications/misc/redshift')
-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 dc31da671e9..dcc8300550f 100644
--- a/pkgs/applications/misc/redshift/default.nix
+++ b/pkgs/applications/misc/redshift/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   name = "redshift-${version}";
-  version = "1.11";
+  version = "1.12";
 
   src = fetchFromGitHub {
     owner = "jonls";
     repo = "redshift";
     rev = "v${version}";
-    sha256 = "0jfi4wqklqw2rm0r2xwalyzir88zkdvqj0z5id0l5v20vsrfiiyj";
+    sha256 = "12cb4gaqkybp4bkkns8pam378izr2mwhr2iy04wkprs2v92j7bz6";
   };
 
   patches = [