lxqt.lxqt-themes: 2.0.0 -> 2.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:16 -03:00
parent 970b83abc3
commit 79af93c684

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "lxqt-themes";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-bAdwC1YrXCT4eJUafTK6kcfQ/YnMbBLHyyWvsBLIisA=";
hash = "sha256-TUBcYQ7mWGVZKHNi4zQh8/ogSuMr20xIAoR+IGYQE0w=";
};
nativeBuildInputs = [