lxqt.liblxqt: 2.3.0 -> 2.4.0

Diff: https://github.com/lxqt/liblxqt/compare/2.3.0...2.4.0
This commit is contained in:
José Romildo
2026-04-22 22:19:02 -03:00
parent 2736632a4c
commit 69f6ead9b5
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "liblxqt";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = "liblxqt";
rev = version;
hash = "sha256-KAteTQRJ7xfh21tYcNoZjvLfWSiUYboasqL5D4YKARo=";
hash = "sha256-kGKgKpgiK40933O3T/astH0X1Y4oIH6kEKjjMBh43MA=";
};
nativeBuildInputs = [