lxqt.qterminal: 1.3.0 -> 1.4.0

This commit is contained in:
José Romildo 2023-11-05 17:23:51 -03:00
parent dcea6a0b0f
commit 006cba46c1

View file

@ -13,23 +13,23 @@
mkDerivation rec { mkDerivation rec {
pname = "qterminal"; pname = "qterminal";
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 = "/R/fv8UAOeCVvXXBAXjturTTmN/LeqLKFJjAmEry2WU="; hash = "sha256-nojNx351lYw0jVKEvzAIDP1WrZWcCAlfYMxNG95GcEo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
lxqt-build-tools lxqt-build-tools
qttools
]; ];
buildInputs = [ buildInputs = [
qtbase qtbase
qttools
qtx11extras qtx11extras
qtermwidget qtermwidget
]; ];