summary refs log tree commit diff
path: root/pkgs/applications/window-managers/compton
diff options
context:
space:
mode:
authorErtugrul Söylemez <esz@posteo.de>2016-08-21 07:19:00 +0200
committerErtugrul Söylemez <esz@posteo.de>2016-08-21 07:19:00 +0200
commit00dc8c3033717d5c10b75148c01c881d5af8450f (patch)
tree2a7a4e55ad487de86affa812c7701b7489ec1f74 /pkgs/applications/window-managers/compton
parenta28ca06298056e57020ebb768b6ec567990a56aa (diff)
downloadnixlib-00dc8c3033717d5c10b75148c01c881d5af8450f.tar
nixlib-00dc8c3033717d5c10b75148c01c881d5af8450f.tar.gz
nixlib-00dc8c3033717d5c10b75148c01c881d5af8450f.tar.bz2
nixlib-00dc8c3033717d5c10b75148c01c881d5af8450f.tar.lz
nixlib-00dc8c3033717d5c10b75148c01c881d5af8450f.tar.xz
nixlib-00dc8c3033717d5c10b75148c01c881d5af8450f.tar.zst
nixlib-00dc8c3033717d5c10b75148c01c881d5af8450f.zip
Update compton-git to rev f1cd308.
Also update maintainer's e-mail address.
Diffstat (limited to 'pkgs/applications/window-managers/compton')
-rw-r--r--pkgs/applications/window-managers/compton/git.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/compton/git.nix b/pkgs/applications/window-managers/compton/git.nix
index afa7d123107b..61b356311785 100644
--- a/pkgs/applications/window-managers/compton/git.nix
+++ b/pkgs/applications/window-managers/compton/git.nix
@@ -4,13 +4,13 @@
   libXrandr, libXrender, xwininfo }:
 
 stdenv.mkDerivation {
-  name = "compton-git-2015-09-21";
+  name = "compton-git-2016-08-10";
 
   src = fetchFromGitHub {
     owner  = "chjj";
     repo   = "compton";
-    rev    = "2343e4bbd298b35ea5c190c52abd2b0cb9f79a18";
-    sha256 = "1pb0ic47sfd796crwk47cya2ahbxsm6ygi6sh4fwd734kwz37h4z";
+    rev    = "f1cd308cde0f1e1f21ec2ac8f16a3c873fa22d3a";
+    sha256 = "1ky438d1rsg4ylkcp60m82r0jck8rks3gfa869rc63k37p2nfn8p";
   };
 
   nativeBuildInputs = [