lxqt.liblxqt: 1.1.0 -> 1.2.0

This commit is contained in:
José Romildo 2022-11-09 10:11:10 -03:00
parent e17d0fc0f6
commit 0116afa2d1

View File

@ -15,13 +15,13 @@
mkDerivation rec {
pname = "liblxqt";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "vfqEB9Vh/BL47dlEvnyWwDBO0pRIUS1IuixW8A0PRds=";
sha256 = "x1gzqmTHDnpAdLxacKyl+gDob1M7toTDUufaM0y+AHA=";
};
nativeBuildInputs = [