about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2024-03-01 21:59:53 +0800
committerVonfry <mail@vonfry.name>2024-03-01 21:59:53 +0800
commit2527e875cc87f6eab9c10701026f8d65f69d36f4 (patch)
tree5cd136afcb762ab456223336f937e3124e7d8555 /pkgs/tools/inputmethods
parentf9ff5e8db1d4c0ff64c3dc786b81bddc80245d14 (diff)
downloadnixlib-2527e875cc87f6eab9c10701026f8d65f69d36f4.tar
nixlib-2527e875cc87f6eab9c10701026f8d65f69d36f4.tar.gz
nixlib-2527e875cc87f6eab9c10701026f8d65f69d36f4.tar.bz2
nixlib-2527e875cc87f6eab9c10701026f8d65f69d36f4.tar.lz
nixlib-2527e875cc87f6eab9c10701026f8d65f69d36f4.tar.xz
nixlib-2527e875cc87f6eab9c10701026f8d65f69d36f4.tar.zst
nixlib-2527e875cc87f6eab9c10701026f8d65f69d36f4.zip
fcitx5: 5.1.7 -> 5.1.8
Diff: https://github.com/fcitx/fcitx5/compare/5.1.7...5.1.8
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/default.nix b/pkgs/tools/inputmethods/fcitx5/default.nix
index a3b5e180bcfb..865134947be5 100644
--- a/pkgs/tools/inputmethods/fcitx5/default.nix
+++ b/pkgs/tools/inputmethods/fcitx5/default.nix
@@ -44,13 +44,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "fcitx5";
-  version = "5.1.7";
+  version = "5.1.8";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    hash = "sha256-XI4E+fWDIYDiYBv6HezytaZmhzv4NUaNam1T5Fyx+LI=";
+    hash = "sha256-MeknggrpOzpkT1EXZCftIrlevuMEEHM5d8vszKRp+DI=";
   };
 
   prePatch = ''