about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2024-04-23 18:47:51 +0800
committerVonfry <mail@vonfry.name>2024-04-25 07:38:25 +0800
commit12c69292e9fe883a234d0025672b56fd33322501 (patch)
tree3bf1d889db33873f681181a3a6f26608ffd14786 /pkgs/tools
parentdb672b77c599e255a5212c4e915a04343c9d82f3 (diff)
fcitx5-lua: 5.0.12 -> 5.0.13
Diff: https://github.com/fcitx/fcitx5-lua/compare/5.0.12...5.0.13
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix
index 45d7cc3288a59..870239b54d998 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix
@@ -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 ];