lxqt.lxqt-admin: 2.0.0 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:14 -03:00
parent 2c6e210187
commit c8c145fd03

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-admin";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-Ps+XiCA6OmnsYj0D+pxpvRxfIZfRGFBbZ0t/IPZjlv8=";
hash = "sha256-7RyPUv/M8mMoRO+SopFuru+bY9ZwnKz2BkiLz1cW/wg=";
};
nativeBuildInputs = [