lxqt.lxqt-menu-data: 2.0.0 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:15 -03:00
parent 1039653d0c
commit a8199e83f6

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-menu-data";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-CNY23xdFiDQKKJf9GccwDOuBWXwfc7WNI7vMv/zOM9U=";
hash = "sha256-Q9VPPGPyMueoFrTTdAMlIR+VnWVXu0J2uXhaOlJPTAs=";
};
nativeBuildInputs = [