summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-10-18 16:28:45 -0500
committerWill Dietz <w@wdtz.org>2018-10-18 16:47:36 -0500
commit69c15c0c250193f4d212bbcad4a5093da7f5fe8e (patch)
treeb90f7c4f5ce2f1c7659d0622545514c9aaeb8111 /pkgs/tools/inputmethods
parentf3de52d25c80776e982037f6e5148f1fdf0d8dfc (diff)
downloadnixlib-69c15c0c250193f4d212bbcad4a5093da7f5fe8e.tar
nixlib-69c15c0c250193f4d212bbcad4a5093da7f5fe8e.tar.gz
nixlib-69c15c0c250193f4d212bbcad4a5093da7f5fe8e.tar.bz2
nixlib-69c15c0c250193f4d212bbcad4a5093da7f5fe8e.tar.lz
nixlib-69c15c0c250193f4d212bbcad4a5093da7f5fe8e.tar.xz
nixlib-69c15c0c250193f4d212bbcad4a5093da7f5fe8e.tar.zst
nixlib-69c15c0c250193f4d212bbcad4a5093da7f5fe8e.zip
libinput-gestures: 2.33 -> 2.38
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/libinput-gestures/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/libinput-gestures/default.nix b/pkgs/tools/inputmethods/libinput-gestures/default.nix
index 31a7098e08d6..e63decd7a4ea 100644
--- a/pkgs/tools/inputmethods/libinput-gestures/default.nix
+++ b/pkgs/tools/inputmethods/libinput-gestures/default.nix
@@ -5,14 +5,14 @@
 }:
 stdenv.mkDerivation rec {
   pname = "libinput-gestures";
-  version = "2.33";
+  version = "2.38";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "bulletmark";
     repo = "libinput-gestures";
     rev = version;
-    sha256 = "0a4zq880da1rn0mxn1sq4cp6zkw4bfslr0vjczkbj4immjrj422j";
+    sha256 = "1nxvlifag04v56grdwxc3l92kmf51c4w2lq42a3w76yc6p4nxw1m";
   };
   patches = [
     ./0001-hardcode-name.patch