about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-28 03:38:16 +0200
committerGitHub <noreply@github.com>2023-10-28 03:38:16 +0200
commit4874cf41fadddd1c6c1c75e79cadb58281b6e0f0 (patch)
tree3b7c9b565bc0cc1dcf2d760bd9605317b436780f /pkgs/tools
parentdece1818526bc2e6ddc9aa0134794114e88e3df0 (diff)
parentbaa70c2ba3efda5826238b09a44a50f05a3eb2a0 (diff)
Merge pull request #261797 from r-ryantm/auto-update/libinput-gestures
libinput-gestures: 2.74 -> 2.76
Diffstat (limited to 'pkgs/tools')
-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 dde07fc971770..b9384469e9630 100644
--- a/pkgs/tools/inputmethods/libinput-gestures/default.nix
+++ b/pkgs/tools/inputmethods/libinput-gestures/default.nix
@@ -5,13 +5,13 @@
 }:
 stdenv.mkDerivation rec {
   pname = "libinput-gestures";
-  version = "2.74";
+  version = "2.76";
 
   src = fetchFromGitHub {
     owner = "bulletmark";
     repo = "libinput-gestures";
     rev = version;
-    sha256 = "sha256-uBABs2FPvF+HO+VSNvz2F0Bc9Ja8ek1ULiu89/wvTv4=";
+    sha256 = "sha256-Tb/gQ/2Ul4JzEiLEUPJBj9T6ZAqzMSPdgiofdnDj73Q=";
   };
   patches = [
     ./0001-hardcode-name.patch