fcitx5-lua: 5.0.11 -> 5.0.12

This commit is contained in:
R. Ryantm 2024-01-06 05:34:21 +00:00
parent ad41959648
commit c58e48f182

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation rec {
pname = "fcitx5-lua";
version = "5.0.11";
version = "5.0.12";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-FgRETT4YLA/B/5mBAJxyF2WI8TM0J51vdlJeoiJST1M=";
sha256 = "sha256-tnGPjMc8oL/P6Vyt7eNYWcPMhYhdpFWtCF4E3dJYGPw=";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];