lxqt.compton-conf: 0.14.0 -> 0.14.1

This commit is contained in:
José Romildo Malaquias 2019-02-26 18:32:08 -03:00
parent 9f6e8f4bf3
commit ffd9e586a1

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "compton-conf";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "1vxbh0vr7wknr7rbmdbmy5md1fdkw3zwlgpbv16cwdplbv9m97xi";
sha256 = "0bx21r83ahmsqf7bm1h17pi4y9js1iqsv7nwnlq58rc0ddkkhcdb";
};
nativeBuildInputs = [