summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2022-03-10 09:50:01 +0800
committerVonfry <mail@vonfry.name>2022-03-10 09:50:01 +0800
commit6daf180ee3890e671fcdc7e544b4f059b0b866c2 (patch)
tree01e65d9b85bb2151435246093753a48e33dc0776 /pkgs/tools/inputmethods
parentb788104fb74a21d16ef15d49f0fc29bea83a7e70 (diff)
downloadnixpkgs-6daf180ee3890e671fcdc7e544b4f059b0b866c2.tar
nixpkgs-6daf180ee3890e671fcdc7e544b4f059b0b866c2.tar.gz
nixpkgs-6daf180ee3890e671fcdc7e544b4f059b0b866c2.tar.bz2
nixpkgs-6daf180ee3890e671fcdc7e544b4f059b0b866c2.tar.lz
nixpkgs-6daf180ee3890e671fcdc7e544b4f059b0b866c2.tar.xz
nixpkgs-6daf180ee3890e671fcdc7e544b4f059b0b866c2.tar.zst
nixpkgs-6daf180ee3890e671fcdc7e544b4f059b0b866c2.zip
fcitx5-rime: 5.0.11 -> 5.0.12
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix
index ecbe4d5c67b..3743d6cb9fc 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fcitx5-rime";
-  version = "5.0.11";
+  version = "5.0.12";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-kEqooOSLMp2LF911M1q67GYRGx421V6iExXOQk1pcl0=";
+    sha256 = "sha256-8ETSRBTznd4AKzYbSW/zIMZXV+yuHXLhfTJV3DJ2ahc=";
   };
 
   cmakeFlags = [