remote-touchpad: 1.2.3 -> 1.3.0
This commit is contained in:
parent
d0c9a53633
commit
ffd4f36e56
1 changed files with 3 additions and 3 deletions
|
@ -9,19 +9,19 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "remote-touchpad";
|
pname = "remote-touchpad";
|
||||||
version = "1.2.3";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "unrud";
|
owner = "unrud";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Yakx4eHcw3p8UAg3zAiWVrZyOFChhC5wWa0uJIKJn5g=";
|
sha256 = "sha256-nsLPqLnup7hGPFzAjxi/40A4fGPB+4m+aIrfNjbxgUY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libXi libXrandr libXt libXtst ];
|
buildInputs = [ libXi libXrandr libXt libXtst ];
|
||||||
tags = [ "portal,x11" ];
|
tags = [ "portal,x11" ];
|
||||||
|
|
||||||
vendorSha256 = "sha256-xlGAxKr2fav8WgAO+zW6ZTL7QgkdyUqRdQIOErDjRTg=";
|
vendorHash = "sha256-p1XhhXyWdfwgoDEjO/3trB1dm2bAogPydt/MZOg4YmE=";
|
||||||
|
|
||||||
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 a new issue