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:33 +0800
committerVonfry <mail@vonfry.name>2022-03-10 09:50:33 +0800
commitb9c84c94d3bd62566b3a41bcc1d3b21edc3653f6 (patch)
treeaf75f5325227f893ed287b13e37dff69e8f35b9b /pkgs/tools/inputmethods
parente0d617fbc390edd098abec9d76787c861f93d1d0 (diff)
downloadnixpkgs-b9c84c94d3bd62566b3a41bcc1d3b21edc3653f6.tar
nixpkgs-b9c84c94d3bd62566b3a41bcc1d3b21edc3653f6.tar.gz
nixpkgs-b9c84c94d3bd62566b3a41bcc1d3b21edc3653f6.tar.bz2
nixpkgs-b9c84c94d3bd62566b3a41bcc1d3b21edc3653f6.tar.lz
nixpkgs-b9c84c94d3bd62566b3a41bcc1d3b21edc3653f6.tar.xz
nixpkgs-b9c84c94d3bd62566b3a41bcc1d3b21edc3653f6.tar.zst
nixpkgs-b9c84c94d3bd62566b3a41bcc1d3b21edc3653f6.zip
fcitx5-unikey: 5.0.8 -> 5.0.9
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix
index d9517ce214d..6401785e97b 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fcitx5-unikey";
-  version = "5.0.8";
+  version = "5.0.9";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = "fcitx5-unikey";
     rev = version;
-    sha256 = "sha256-UdhTIVRLEqzxh9aafqwLhA8EOKiO/tD5QksdVd0rvqI=";
+    sha256 = "sha256-lsWMQygIdHcEuHCEvi5d0PGI1jJ42C+9ji/w0L/eadM=";
   };
 
   nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];