summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/libinput-gestures
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 11:57:34 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 11:57:34 -0800
commit28c4e861f2c010ef667d54faea52fe9470fa5fd9 (patch)
tree3426340252de6e5fc604b066d59516c760cbb1d3 /pkgs/tools/inputmethods/libinput-gestures
parenta054d7450768069084142fe597ed2da367813a4a (diff)
downloadnixpkgs-28c4e861f2c010ef667d54faea52fe9470fa5fd9.tar
nixpkgs-28c4e861f2c010ef667d54faea52fe9470fa5fd9.tar.gz
nixpkgs-28c4e861f2c010ef667d54faea52fe9470fa5fd9.tar.bz2
nixpkgs-28c4e861f2c010ef667d54faea52fe9470fa5fd9.tar.lz
nixpkgs-28c4e861f2c010ef667d54faea52fe9470fa5fd9.tar.xz
nixpkgs-28c4e861f2c010ef667d54faea52fe9470fa5fd9.tar.zst
nixpkgs-28c4e861f2c010ef667d54faea52fe9470fa5fd9.zip
libinput-gestures: 2.38 -> 2.39
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libinput-gestures/versions
Diffstat (limited to 'pkgs/tools/inputmethods/libinput-gestures')
-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 77eae2c55e1..75670dfe9df 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.38";
+  version = "2.39";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "bulletmark";
     repo = "libinput-gestures";
     rev = version;
-    sha256 = "1nxvlifag04v56grdwxc3l92kmf51c4w2lq42a3w76yc6p4nxw1m";
+    sha256 = "0bzyi55yhr9wyar9mnd09cr6pi88jkkp0f9lndm0a9jwi1xr4bdf";
   };
   patches = [
     ./0001-hardcode-name.patch