lxqt.lxqt-session: 2.0.0 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:16 -03:00
parent b25ea955b1
commit c9ba2c521e

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-session";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-IgpGtIVTcSs0O3jEniIuyIAyKBSkwN/jpGL6yZg3AVo=";
hash = "sha256-t3odaG9znMohROutoEquJ7JYsvPQPjPxOik+WD8WGSA=";
};
nativeBuildInputs = [