about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-10 19:14:56 +0900
committerGitHub <noreply@github.com>2023-11-10 19:14:56 +0900
commitdc1f03ad884c1777e46d3f39a0199befbb21df40 (patch)
treec3e8aed5229f11f1ed9afb418e14cf9f1b1074f3 /pkgs/tools/inputmethods
parent1333c7c4f7d4ab27065899db34c3c768fe366929 (diff)
parent1edc113c871babfbdb4b5dc89317f954c76bb123 (diff)
Merge pull request #265170 from r-ryantm/auto-update/fcitx5-hangul
fcitx5-hangul: 5.1.0 -> 5.1.1
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix
index 84d9c398cdda2..9a1a2c8eca247 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fcitx5-hangul";
-  version = "5.1.0";
+  version = "5.1.1";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-3cJLF80oAqGSJvPPyKcHxaWysA9RtWYGgptailYd4dk=";
+    sha256 = "sha256-3gkZh+ZzgTdpTbQe92gxJlG0x6Yhl7LfMiFEq5mb92o=";
   };
 
   nativeBuildInputs = [