fcitx5-lua: 5.0.12 -> 5.0.13

Diff: https://github.com/fcitx/fcitx5-lua/compare/5.0.12...5.0.13
This commit is contained in:
Vonfry 2024-04-23 18:47:51 +08:00
parent db672b77c5
commit 12c69292e9
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

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