summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2022-03-10 09:49:42 +0800
committerVonfry <mail@vonfry.name>2022-03-10 09:49:42 +0800
commit70b6d3f045c0b0d7ac28d855ba9080bd0cce0214 (patch)
tree5346601b603dbc11dd1bd8282bb4b752df6f89ac /pkgs/tools/inputmethods
parent883b5931a6ee733568cc3f62824dc167041e9203 (diff)
downloadnixpkgs-70b6d3f045c0b0d7ac28d855ba9080bd0cce0214.tar
nixpkgs-70b6d3f045c0b0d7ac28d855ba9080bd0cce0214.tar.gz
nixpkgs-70b6d3f045c0b0d7ac28d855ba9080bd0cce0214.tar.bz2
nixpkgs-70b6d3f045c0b0d7ac28d855ba9080bd0cce0214.tar.lz
nixpkgs-70b6d3f045c0b0d7ac28d855ba9080bd0cce0214.tar.xz
nixpkgs-70b6d3f045c0b0d7ac28d855ba9080bd0cce0214.tar.zst
nixpkgs-70b6d3f045c0b0d7ac28d855ba9080bd0cce0214.zip
fcitx5-lua: 5.0.6 -> 5.0.7
Diffstat (limited to 'pkgs/tools/inputmethods')
-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 8f53508a043..2c59c2539af 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-lua.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fcitx5-lua";
-  version = "5.0.6";
+  version = "5.0.7";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-6znDtU/yVAJByhCanW7KVg5Tk615aCLbFbxDMESVOlY=";
+    sha256 = "sha256-ZZwPjELIJczF3AJxQqJcwA6J8vGuPdit/0dEHS+g7J0=";
   };
 
   nativeBuildInputs = [