about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-24 11:48:54 +0800
committerBobby Rong <rjl931189261@126.com>2021-10-24 11:48:54 +0800
commitc2ae15cc31ab2bdb2315f8d1d5f966f544fc376c (patch)
tree4cf7b56fad9ec858a69f94c139fa47108b59ea00 /pkgs/tools/inputmethods
parent15702a7b9ac30711b9fbb40abb8dd0135eb57db6 (diff)
touchegg: 2.0.11 -> 2.0.12
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/touchegg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/touchegg/default.nix b/pkgs/tools/inputmethods/touchegg/default.nix
index 69d05ceaed1ee..a50770c73559f 100644
--- a/pkgs/tools/inputmethods/touchegg/default.nix
+++ b/pkgs/tools/inputmethods/touchegg/default.nix
@@ -16,12 +16,12 @@
 
 stdenv.mkDerivation rec {
   pname = "touchegg";
-  version = "2.0.11";
+  version = "2.0.12";
   src = fetchFromGitHub {
     owner = "JoseExposito";
     repo = pname;
     rev = version;
-    sha256 = "1zfiqs5vqlb6drnqx9nsmhgy8qc6svzr8zyjkqvwkpbgrc6ifap9";
+    sha256 = "sha256-oJzehs7oLFTDn7GSm6bY/77tEfyEdlANn69EdCApdPA=";
   };
 
   PKG_CONFIG_SYSTEMD_SYSTEMDSYSTEMUNITDIR = "${placeholder "out"}/lib/systemd/system";