lxqt.lxqt-runner: 2.2.0 -> 2.3.0

Diff: https://github.com/lxqt/lxqt-runner/compare/2.2.0...2.3.0
This commit is contained in:
José Romildo
2025-11-05 18:11:20 -03:00
parent 01e1f5e1d1
commit c64220f167

View File

@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-runner";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = "lxqt-runner";
rev = version;
hash = "sha256-lvJuqwBqR/OqDsk2XdjIakxIrnOZjgWrY5DtMUV5XEM=";
hash = "sha256-h+pZiSuCdQknsyfUb9Ve1yxVyOUqNgYhIpO7kD5z3pQ=";
};
nativeBuildInputs = [