about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-06-02 07:58:29 +0000
committerGitHub <noreply@github.com>2024-06-02 07:58:29 +0000
commit991ff76133ef7a70dee54453345578fe8f8e3237 (patch)
tree9d88452491ae3be5fcc1056d8df421d1e353f273 /pkgs
parent8f09c67329dfff47d528e9581020b0c0337004f4 (diff)
parent244a3c3e25b17e1a29f1b82b379705f8824c3a41 (diff)
Merge pull request #316589 from r-ryantm/auto-update/fcitx5-bamboo
fcitx5-bamboo: 1.0.5 -> 1.0.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-bamboo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-bamboo.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-bamboo.nix
index b28254ea3c121..4219275fab4f7 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-bamboo.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-bamboo.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "fcitx5-bamboo";
-  version = "1.0.5";
+  version = "1.0.6";
 
   src = fetchFromGitHub {
     owner = "fcitx";
     repo = "fcitx5-bamboo";
     rev = finalAttrs.version;
-    hash = "sha256-vEc9z7lFqk+LPP5sTzOYgV7u+/mQY2OsaRsTrtcI/EI=";
+    hash = "sha256-lWWSk5HxWFJKoE3Rf2s4sYhTSLKDnmPCzYGR/NscqFY=";
     fetchSubmodules = true;
   };