lxqt.lximage-qt: 1.3.0 -> 1.4.0

This commit is contained in:
José Romildo 2023-11-05 17:23:49 -03:00
parent 1e227dee46
commit 57362c2f34

View File

@ -18,24 +18,24 @@
mkDerivation rec { mkDerivation rec {
pname = "lximage-qt"; pname = "lximage-qt";
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 = "afCW3VeXAq2HYc4fjSrd+7j6cGoHmGlO8jCiNq6/F3E="; hash = "sha256-Igfd8lhKDjdseQeARiirj+tEoJdcaeHuyd4mfQHOVg0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
lxqt-build-tools lxqt-build-tools
qttools
]; ];
buildInputs = [ buildInputs = [
qtbase qtbase
qttools
qtx11extras qtx11extras
qtsvg qtsvg
qtimageformats # add-on module to support more image file formats qtimageformats # add-on module to support more image file formats