mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 04:03:04 +00:00
Merge pull request #229054 from r-ryantm/auto-update/remote-touchpad
remote-touchpad: 1.3.0 -> 1.4.0
This commit is contained in:
commit
42ce7db583
@ -9,19 +9,19 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "remote-touchpad";
|
pname = "remote-touchpad";
|
||||||
version = "1.3.0";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "unrud";
|
owner = "unrud";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-nsLPqLnup7hGPFzAjxi/40A4fGPB+4m+aIrfNjbxgUY=";
|
sha256 = "sha256-dSBkRBT3crdoO3JB3kVSUDC0faRrxa/R5MF/3a9POxo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libXi libXrandr libXt libXtst ];
|
buildInputs = [ libXi libXrandr libXt libXtst ];
|
||||||
tags = [ "portal,x11" ];
|
tags = [ "portal,x11" ];
|
||||||
|
|
||||||
vendorHash = "sha256-p1XhhXyWdfwgoDEjO/3trB1dm2bAogPydt/MZOg4YmE=";
|
vendorHash = "sha256-B/nxV9iHebe3v7VM+TTFGnAnPcBICtW+rDyrNNY6Ixw=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Control mouse and keyboard from the webbrowser of a smartphone.";
|
description = "Control mouse and keyboard from the webbrowser of a smartphone.";
|
||||||
|
Loading…
Reference in New Issue
Block a user