compton-git: 2016-08-10 -> 2018-05-21 (#41317)

This commit is contained in:
James Kay 2018-05-31 18:24:30 +01:00 committed by xeji
parent d38d1ed44f
commit 9d99fcf8a1

View File

@ -3,14 +3,15 @@
pkgconfig, libXcomposite, libXdamage, libXext, libXfixes, libXinerama, pkgconfig, libXcomposite, libXdamage, libXext, libXfixes, libXinerama,
libXrandr, libXrender, xwininfo }: libXrandr, libXrender, xwininfo }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "compton-git-2016-08-10"; name = "compton-git-${version}";
version = "2018-05-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chjj"; owner = "yshui";
repo = "compton"; repo = "compton";
rev = "f1cd308cde0f1e1f21ec2ac8f16a3c873fa22d3a"; rev = "9b24550814b7c69065f90039b0a5d0a2281b9f81";
sha256 = "1ky438d1rsg4ylkcp60m82r0jck8rks3gfa869rc63k37p2nfn8p"; sha256 = "09nn0q9lgv59chfxljips0n8vnwwxi1yz6hmcsiggsl3zvpabpxl";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -44,7 +45,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = description =
"A fork of XCompMgr, a sample compositing manager for X servers (git version)"; "A fork of XCompMgr, a sample compositing manager for X servers (git version)";
homepage = https://github.com/chjj/compton/; homepage = https://github.com/yshui/compton/;
license = licenses.mit; license = licenses.mit;
longDescription = '' longDescription = ''
A fork of XCompMgr, which is a sample compositing manager for X A fork of XCompMgr, which is a sample compositing manager for X
@ -53,7 +54,7 @@ stdenv.mkDerivation {
additional features, such as additional effects, and a fork at a additional features, such as additional effects, and a fork at a
well-defined and proper place. well-defined and proper place.
''; '';
maintainers = [ maintainers.ertes ]; maintainers = [ maintainers.ertes maintainers.twey ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }