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:
commit
3861516deb
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue