lxqt.lxqt-config: 2.1.1 -> 2.2.0

This commit is contained in:
José Romildo
2025-05-13 12:04:53 -03:00
parent 62c7e3db32
commit 8523268fae

View File

@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-config";
version = "2.1.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-Vzf+Olaxl6tn3ETEQseFIPstjo+pfdzZUgyVFqk6p3c=";
hash = "sha256-iyAqdAWcg94a65lPjq412slvSKdP3W62LTyyvYdWipA=";
};
nativeBuildInputs = [