Merge pull request #157274 from schnusch/remote-touchpad

remote-touchpad: 1.0.5 -> 1.1.0
This commit is contained in:
Bobby Rong 2022-01-31 20:51:36 +08:00 committed by GitHub
commit b00550aad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.";