Unverified Commit 3861516d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

remote-touchpad: 1.4.3 -> 1.4.4
parents e242a152 9f4fd889
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,19 +9,19 @@

buildGoModule rec {
  pname = "remote-touchpad";
  version = "1.4.3";
  version = "1.4.4";

  src = fetchFromGitHub {
    owner = "unrud";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-EfZ8h65jFVdy/U7I2YDoIMHgnnYpUcrOYUAMCPOmK6U=";
    sha256 = "sha256-E2Pa5fhE2AiN2GE7k80nWcrXxHBDvkQtZV43DKhaCGU=";
  };

  buildInputs = [ libXi libXrandr libXt libXtst ];
  tags = [ "portal,x11" ];

  vendorHash = "sha256-UX366UWROeorwYV4l1A3R03J10Gm7EajM+wEczIJEJM=";
  vendorHash = "sha256-vL6kSm0yPEn5TNpB6E+2+Xjm/ANNUxgA8XEWz9n7kHI=";

  meta = with lib; {
    description = "Control mouse and keyboard from the web browser of a smartphone";