lxqt.lxqt-globalkeys: 1.3.0 -> 1.4.0

This commit is contained in:
José Romildo 2023-11-05 17:23:50 -03:00
parent 1e418e442b
commit d433ac138f

View File

@ -15,23 +15,23 @@
mkDerivation rec { mkDerivation rec {
pname = "lxqt-globalkeys"; pname = "lxqt-globalkeys";
version = "1.3.0"; version = "1.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "lo5FG6+kQTm15MEh+CZO2DvywsLrmX4sKzs4Rka6GSo="; hash = "sha256-2S61d7BSuDPU1dNXLENpmpt6BB+CAeCtBVQS+ZGxrtU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
lxqt-build-tools lxqt-build-tools
qttools
]; ];
buildInputs = [ buildInputs = [
qtbase qtbase
qttools
qtx11extras qtx11extras
qtsvg qtsvg
kwindowsystem kwindowsystem