about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2023-11-05 14:29:16 +0800
committerVonfry <mail@vonfry.name>2023-11-10 18:31:09 +0800
commitaf561addd9e0d1b2e3c5fb351bfcc4aa0c79e1a5 (patch)
treeb4dc561a40920197547ba936801eec0402f06b90 /pkgs/tools/inputmethods
parent780d12a2e63b20451210d72169714e213c981cc3 (diff)
fcitx5: 5.1.1 -> 5.1.4
Diff: https://github.com/fcitx/fcitx5/compare/5.1.1...5.1.4
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 136550548e645..88afa2a4e956e 100644
--- a/pkgs/tools/inputmethods/fcitx5/default.nix
+++ b/pkgs/tools/inputmethods/fcitx5/default.nix
@@ -43,13 +43,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "fcitx5";
-  version = "5.1.1";
+  version = "5.1.4";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    hash = "sha256-R8stzpfQttBZFFSu8ikUz/2eL+b98/X672uVFsha9H0=";
+    hash = "sha256-7iDDIYnBsM/vYcRIGDXW2hsCwiCBntfUvcl4iWbe2mc=";
   };
 
   prePatch = ''