about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-07 06:00:59 +0000
committerGitHub <noreply@github.com>2023-09-07 06:00:59 +0000
commit2a84cc37bf98d858cb9cfa2c12b1448ee319a27f (patch)
tree50d8ba90c1a088457e3a7dda4bc6116f31b6d156 /pkgs/tools/inputmethods
parent321c1cb530c893331eec39be98556b2bc2b48301 (diff)
parentb200e0df08f80c32974a6108ce431d8a8a5e6547 (diff)
downloadnixlib-2a84cc37bf98d858cb9cfa2c12b1448ee319a27f.tar
nixlib-2a84cc37bf98d858cb9cfa2c12b1448ee319a27f.tar.gz
nixlib-2a84cc37bf98d858cb9cfa2c12b1448ee319a27f.tar.bz2
nixlib-2a84cc37bf98d858cb9cfa2c12b1448ee319a27f.tar.lz
nixlib-2a84cc37bf98d858cb9cfa2c12b1448ee319a27f.tar.xz
nixlib-2a84cc37bf98d858cb9cfa2c12b1448ee319a27f.tar.zst
nixlib-2a84cc37bf98d858cb9cfa2c12b1448ee319a27f.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fusuma/Gemfile.lock2
-rw-r--r--pkgs/tools/inputmethods/fusuma/gemset.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/inputmethods/fusuma/Gemfile.lock b/pkgs/tools/inputmethods/fusuma/Gemfile.lock
index 1ca313c6cd54..86cbfcfc5d88 100644
--- a/pkgs/tools/inputmethods/fusuma/Gemfile.lock
+++ b/pkgs/tools/inputmethods/fusuma/Gemfile.lock
@@ -1,7 +1,7 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    fusuma (1.3.0)
+    fusuma (3.1.0)
 
 PLATFORMS
   ruby
diff --git a/pkgs/tools/inputmethods/fusuma/gemset.nix b/pkgs/tools/inputmethods/fusuma/gemset.nix
index 87e0ae14da8c..bcb624aa5841 100644
--- a/pkgs/tools/inputmethods/fusuma/gemset.nix
+++ b/pkgs/tools/inputmethods/fusuma/gemset.nix
@@ -4,9 +4,9 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "150jc8jyqj3w4k13lf1ihqmm2sld1yawp4jwnf43jixnc9rmzx6f";
+      sha256 = "163an1yv8lasbdmdjsj2a4byq1rljg7vf5z86ip33xpb9l133xmm";
       type = "gem";
     };
-    version = "1.3.0";
+    version = "3.1.0";
   };
 }