summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2019-12-10 01:20:47 +0200
committerOleksii Filonenko <brightone@protonmail.com>2019-12-10 01:49:16 +0200
commit9299ee088c50fb77e7996bd0380b1b7ecfcd3e0c (patch)
tree1c826ecebd3e65bfae153fc0ce63f2c2a7115637 /pkgs/tools/inputmethods
parent6b73d29775213361370f003fa4476bcf94572c28 (diff)
downloadnixpkgs-9299ee088c50fb77e7996bd0380b1b7ecfcd3e0c.tar
nixpkgs-9299ee088c50fb77e7996bd0380b1b7ecfcd3e0c.tar.gz
nixpkgs-9299ee088c50fb77e7996bd0380b1b7ecfcd3e0c.tar.bz2
nixpkgs-9299ee088c50fb77e7996bd0380b1b7ecfcd3e0c.tar.lz
nixpkgs-9299ee088c50fb77e7996bd0380b1b7ecfcd3e0c.tar.xz
nixpkgs-9299ee088c50fb77e7996bd0380b1b7ecfcd3e0c.tar.zst
nixpkgs-9299ee088c50fb77e7996bd0380b1b7ecfcd3e0c.zip
fusuma: 0.10.2 -> 1.3.0
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fusuma/Gemfile.lock4
-rw-r--r--pkgs/tools/inputmethods/fusuma/default.nix6
-rw-r--r--pkgs/tools/inputmethods/fusuma/gemset.nix6
3 files changed, 9 insertions, 7 deletions
diff --git a/pkgs/tools/inputmethods/fusuma/Gemfile.lock b/pkgs/tools/inputmethods/fusuma/Gemfile.lock
index 4038b50b44f..c35e7658d63 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 (0.10.2)
+    fusuma (1.3.0)
 
 PLATFORMS
   ruby
@@ -10,4 +10,4 @@ DEPENDENCIES
   fusuma
 
 BUNDLED WITH
-   1.16.3
+   1.17.3
diff --git a/pkgs/tools/inputmethods/fusuma/default.nix b/pkgs/tools/inputmethods/fusuma/default.nix
index b410a21cd6b..53a24968750 100644
--- a/pkgs/tools/inputmethods/fusuma/default.nix
+++ b/pkgs/tools/inputmethods/fusuma/default.nix
@@ -16,9 +16,9 @@ bundlerApp {
 
   meta = with lib; {
     description = "Multitouch gestures with libinput driver on X11, Linux";
-    homepage    = https://github.com/iberianpig/fusuma;
-    license     = licenses.mit;
+    homepage = "https://github.com/iberianpig/fusuma";
+    license = licenses.mit;
     maintainers = with maintainers; [ jfrankenau nicknovitski ];
-    platforms   = platforms.linux;
+    platforms = platforms.linux;
   };
 }
diff --git a/pkgs/tools/inputmethods/fusuma/gemset.nix b/pkgs/tools/inputmethods/fusuma/gemset.nix
index 2edf9c0886f..2dd9af421ba 100644
--- a/pkgs/tools/inputmethods/fusuma/gemset.nix
+++ b/pkgs/tools/inputmethods/fusuma/gemset.nix
@@ -1,10 +1,12 @@
 {
   fusuma = {
+    groups = ["default"];
+    platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "0hj64kafxj29gk53vj2syhs3vdywl3h9cpiknaqqm4srjx9g04a0";
+      sha256 = "150jc8jyqj3w4k13lf1ihqmm2sld1yawp4jwnf43jixnc9rmzx6f";
       type = "gem";
     };
-    version = "0.10.2";
+    version = "1.3.0";
   };
 }
\ No newline at end of file