Merge pull request #261537 from r-ryantm/auto-update/remote-touchpad

remote-touchpad: 1.4.2 -> 1.4.3
This commit is contained in:
Nick Cao
2023-10-17 08:51:14 -04:00
committed by GitHub
@@ -9,19 +9,19 @@
buildGoModule rec {
pname = "remote-touchpad";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "unrud";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uydt95mK0395dHvEno2SCnmKMJSkQ4TL7k7gnyoXlO0=";
sha256 = "sha256-EfZ8h65jFVdy/U7I2YDoIMHgnnYpUcrOYUAMCPOmK6U=";
};
buildInputs = [ libXi libXrandr libXt libXtst ];
tags = [ "portal,x11" ];
vendorHash = "sha256-SYh1MhJUrJKguR12L3yyxHoBB6ux6a4TUJyPvoYx7iU=";
vendorHash = "sha256-UX366UWROeorwYV4l1A3R03J10Gm7EajM+wEczIJEJM=";
meta = with lib; {
description = "Control mouse and keyboard from the webbrowser of a smartphone.";