lxqt.lxqt-session: 2.2.0 -> 2.3.0

Diff: https://github.com/lxqt/lxqt-session/compare/2.2.0...2.3.0
This commit is contained in:
José Romildo
2025-11-05 18:11:27 -03:00
parent c64220f167
commit 0e6bfc23c2

View File

@@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-session";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = "lxqt-session";
rev = version;
hash = "sha256-AwL7X8ygBkVINMCEcyImUrbwmk/T6/fwk0PEEu6iBb8=";
hash = "sha256-5VJxRho6qdPvBFr0RkYaajvVZRwhc1emzqpII+lUyOQ=";
};
nativeBuildInputs = [