about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-06 05:25:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-06 05:25:10 +0000
commit1f24f02f50a1281e210eea30ccd13f400a8c1c69 (patch)
treed2bed50b16dbfaafb35f911b1f1629410b070f5b
parentad41959648854b127ff78f734d6d16376691f137 (diff)
downloadnixlib-1f24f02f50a1281e210eea30ccd13f400a8c1c69.tar
nixlib-1f24f02f50a1281e210eea30ccd13f400a8c1c69.tar.gz
nixlib-1f24f02f50a1281e210eea30ccd13f400a8c1c69.tar.bz2
nixlib-1f24f02f50a1281e210eea30ccd13f400a8c1c69.tar.lz
nixlib-1f24f02f50a1281e210eea30ccd13f400a8c1c69.tar.xz
nixlib-1f24f02f50a1281e210eea30ccd13f400a8c1c69.tar.zst
nixlib-1f24f02f50a1281e210eea30ccd13f400a8c1c69.zip
fcitx5-gtk: 5.1.0 -> 5.1.1
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix
index 78e43f78503e..1036b28685c3 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix
@@ -26,13 +26,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fcitx5-gtk";
-  version = "5.1.0";
+  version = "5.1.1";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-xVBmFFUnlWqviht/KGFTHCd3xCln/6hyBG72tIHqopc=";
+    sha256 = "sha256-Ex24cHTsYsZjP8o+vrCdgGogk1UotWpd8xaLZAqzgaQ=";
   };
 
   outputs = [ "out" "dev" ];