summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-07-13 20:00:59 +0800
committerGitHub <noreply@github.com>2022-07-13 20:00:59 +0800
commitb133dacbf69c71e723457ca92af264a4ee7d0c89 (patch)
tree599fc96544286f6087a780514130faf5a40d7d9f /pkgs/tools/inputmethods
parentb27f418b91310893703608305e8697e990f332d1 (diff)
parenta3eca010b04d93a531002154c005a638af8c65ed (diff)
downloadnixpkgs-b133dacbf69c71e723457ca92af264a4ee7d0c89.tar
nixpkgs-b133dacbf69c71e723457ca92af264a4ee7d0c89.tar.gz
nixpkgs-b133dacbf69c71e723457ca92af264a4ee7d0c89.tar.bz2
nixpkgs-b133dacbf69c71e723457ca92af264a4ee7d0c89.tar.lz
nixpkgs-b133dacbf69c71e723457ca92af264a4ee7d0c89.tar.xz
nixpkgs-b133dacbf69c71e723457ca92af264a4ee7d0c89.tar.zst
nixpkgs-b133dacbf69c71e723457ca92af264a4ee7d0c89.zip
Merge pull request #178377 from schnusch/remote-touchpad
remote-touchpad: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs/tools/inputmethods')
-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 4df476eb5cd..c07cff71def 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.2.0";
+  version = "1.2.1";
 
   src = fetchFromGitHub {
     owner = "unrud";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-GjXcQyv55yJSAFeNNB+YeCVWav7vMGo/d1FCPoujYjA=";
+    sha256 = "sha256-A7/NLopJkIXwS5rAsf7J6tDL10kNOKCoyAj0tCTW6jQ=";
   };
 
   buildInputs = [ libX11 libXi libXt libXtst ];
   tags = [ "portal,x11" ];
 
-  vendorSha256 = "sha256-WG8OjtfVemtmHkrMg4O0oofsjtFKmIvcmCn9AYAGIrc=";
+  vendorSha256 = "sha256-UbDbUjC8R6LcYUPVWZID5dtu5tCV4NB268K6qTXYmZY=";
 
   meta = with lib; {
     description = "Control mouse and keyboard from the webbrowser of a smartphone.";