3
0
Fork 0
forked from mirrors/nixpkgs

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

remote-touchpad: 1.4.3 -> 1.4.4
This commit is contained in:
Nick Cao 2024-01-24 10:17:53 -05:00 committed by GitHub
commit 3861516deb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,19 +9,19 @@
buildGoModule rec { buildGoModule rec {
pname = "remote-touchpad"; pname = "remote-touchpad";
version = "1.4.3"; version = "1.4.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "unrud"; owner = "unrud";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-EfZ8h65jFVdy/U7I2YDoIMHgnnYpUcrOYUAMCPOmK6U="; sha256 = "sha256-E2Pa5fhE2AiN2GE7k80nWcrXxHBDvkQtZV43DKhaCGU=";
}; };
buildInputs = [ libXi libXrandr libXt libXtst ]; buildInputs = [ libXi libXrandr libXt libXtst ];
tags = [ "portal,x11" ]; tags = [ "portal,x11" ];
vendorHash = "sha256-UX366UWROeorwYV4l1A3R03J10Gm7EajM+wEczIJEJM="; vendorHash = "sha256-vL6kSm0yPEn5TNpB6E+2+Xjm/ANNUxgA8XEWz9n7kHI=";
meta = with lib; { meta = with lib; {
description = "Control mouse and keyboard from the web browser of a smartphone"; description = "Control mouse and keyboard from the web browser of a smartphone";