lxqt.lxqt-runner: 2.3.0 -> 2.4.0

Diff: https://github.com/lxqt/lxqt-runner/compare/2.3.0...2.4.0
This commit is contained in:
José Romildo
2026-04-22 22:20:16 -03:00
parent fa107d39f5
commit 175eb084e2
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-runner";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = "lxqt-runner";
rev = version;
hash = "sha256-h+pZiSuCdQknsyfUb9Ve1yxVyOUqNgYhIpO7kD5z3pQ=";
hash = "sha256-L/9STKrYTZP/Ey1BCLaZFRdeipBAWdKkXIoiHvd3vq4=";
};
nativeBuildInputs = [