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-02-26 14:57:44 +0100
committerschnusch <schnusch@users.noreply.github.com>2022-02-26 14:57:44 +0100
commitf85f8cc3049a912ce40a7a7eca6dc7e1d09a8b22 (patch)
tree3e93a7a26d66ff676ac2da4fffd935f0bb48ad44 /pkgs/tools/inputmethods/remote-touchpad
parent1ac72e43ac6f8d815e399d98947222fcba670cbd (diff)
downloadnixpkgs-f85f8cc3049a912ce40a7a7eca6dc7e1d09a8b22.tar
nixpkgs-f85f8cc3049a912ce40a7a7eca6dc7e1d09a8b22.tar.gz
nixpkgs-f85f8cc3049a912ce40a7a7eca6dc7e1d09a8b22.tar.bz2
nixpkgs-f85f8cc3049a912ce40a7a7eca6dc7e1d09a8b22.tar.lz
nixpkgs-f85f8cc3049a912ce40a7a7eca6dc7e1d09a8b22.tar.xz
nixpkgs-f85f8cc3049a912ce40a7a7eca6dc7e1d09a8b22.tar.zst
nixpkgs-f85f8cc3049a912ce40a7a7eca6dc7e1d09a8b22.zip
remote-touchpad: 1.1.0 -> 1.2.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 0028fa6b7b2..4df476eb5cd 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.1.0";
+  version = "1.2.0";
 
   src = fetchFromGitHub {
     owner = "unrud";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-XyE8N+YVwfgxToKkhpe8zJ0e3HFDpKt7cfERxWCfbfU=";
+    sha256 = "sha256-GjXcQyv55yJSAFeNNB+YeCVWav7vMGo/d1FCPoujYjA=";
   };
 
   buildInputs = [ libX11 libXi libXt libXtst ];
   tags = [ "portal,x11" ];
 
-  vendorSha256 = "sha256-zTx38kW/ylXXML73C2sFQciV2y3+qbO0S/ZdkiEh5Qs=";
+  vendorSha256 = "sha256-WG8OjtfVemtmHkrMg4O0oofsjtFKmIvcmCn9AYAGIrc=";
 
   meta = with lib; {
     description = "Control mouse and keyboard from the webbrowser of a smartphone.";