about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/remote-touchpad
diff options
context:
space:
mode:
authorschnusch <schnusch@users.noreply.github.com>2022-01-29 12:55:03 +0100
committerschnusch <schnusch@users.noreply.github.com>2022-01-29 12:55:03 +0100
commit1ac72e43ac6f8d815e399d98947222fcba670cbd (patch)
tree439fed2d4432c6ff23a8573d75b6de4c47526c29 /pkgs/tools/inputmethods/remote-touchpad
parentcacd9fcfb0928d729dfbcebb2a40c764c26c634c (diff)
downloadnixlib-1ac72e43ac6f8d815e399d98947222fcba670cbd.tar
nixlib-1ac72e43ac6f8d815e399d98947222fcba670cbd.tar.gz
nixlib-1ac72e43ac6f8d815e399d98947222fcba670cbd.tar.bz2
nixlib-1ac72e43ac6f8d815e399d98947222fcba670cbd.tar.lz
nixlib-1ac72e43ac6f8d815e399d98947222fcba670cbd.tar.xz
nixlib-1ac72e43ac6f8d815e399d98947222fcba670cbd.tar.zst
nixlib-1ac72e43ac6f8d815e399d98947222fcba670cbd.zip
remote-touchpad: 1.0.5 -> 1.1.0
Diffstat (limited to 'pkgs/tools/inputmethods/remote-touchpad')
-rw-r--r--pkgs/tools/inputmethods/remote-touchpad/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/inputmethods/remote-touchpad/default.nix b/pkgs/tools/inputmethods/remote-touchpad/default.nix
index 3d691033ccbd..0028fa6b7b23 100644
--- a/pkgs/tools/inputmethods/remote-touchpad/default.nix
+++ b/pkgs/tools/inputmethods/remote-touchpad/default.nix
@@ -9,19 +9,19 @@
 
 buildGoModule rec {
   pname = "remote-touchpad";
-  version = "1.0.5";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "unrud";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-2oHjx5RpuZmWcv954ZOrmHhOkQBfrDpEFqgiBFQfAuo=";
+    sha256 = "sha256-XyE8N+YVwfgxToKkhpe8zJ0e3HFDpKt7cfERxWCfbfU=";
   };
 
   buildInputs = [ libX11 libXi libXt libXtst ];
   tags = [ "portal,x11" ];
 
-  vendorSha256 = "sha256-8w3muVJwDmFKY6AFKv/x6vS6jIyR7M/wlxzAvl5ROdE=";
+  vendorSha256 = "sha256-zTx38kW/ylXXML73C2sFQciV2y3+qbO0S/ZdkiEh5Qs=";
 
   meta = with lib; {
     description = "Control mouse and keyboard from the webbrowser of a smartphone.";