lxqt.lxqt-policykit: 1.3.0 -> 1.4.0

This commit is contained in:
José Romildo 2023-11-05 17:23:50 -03:00
parent 2d1e2341fd
commit a33c8cf060

View file

@ -19,24 +19,24 @@
mkDerivation rec { mkDerivation rec {
pname = "lxqt-policykit"; pname = "lxqt-policykit";
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 = "ZcftMdMBj/7OhxRZ34AB0IW5CfDYTT8JZLJejTb0XVg="; hash = "sha256-w0o76oBFNy3syQqyFZdAbFUu8yX+uA6cMOHf3WfKPEU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
lxqt-build-tools lxqt-build-tools
qttools
]; ];
buildInputs = [ buildInputs = [
qtbase qtbase
qttools
qtx11extras qtx11extras
qtsvg qtsvg
polkit polkit