lxqt.lxqt-session: 0.16.0 -> 0.17.1

This commit is contained in:
José Romildo Malaquias 2021-04-16 17:32:41 -03:00
parent 68f9d94bd5
commit e706a75196

View file

@ -11,6 +11,7 @@
, kwindowsystem
, liblxqt
, libqtxdg
, procps
, xorg
, xdg-user-dirs
, lxqtUpdateScript
@ -18,13 +19,13 @@
mkDerivation rec {
pname = "lxqt-session";
version = "0.16.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "1lmj0cx4crdjl2qih3scm2gvsx3qna0nb6mjjrcx0f2k7h744pik";
sha256 = "1nhw3y3dm4crawc1905l6drn0i79fs1dzs8iak0vmmplbiv3fvgg";
};
nativeBuildInputs = [
@ -41,6 +42,7 @@ mkDerivation rec {
kwindowsystem
liblxqt
libqtxdg
procps
xorg.libpthreadstubs
xorg.libXdmcp
xdg-user-dirs