remote-touchpad: 1.2.1 -> 1.2.2
This commit is contained in:
parent
0236add8b4
commit
916a8308d1
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.1";
|
version = "1.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "unrud";
|
owner = "unrud";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-A7/NLopJkIXwS5rAsf7J6tDL10kNOKCoyAj0tCTW6jQ=";
|
sha256 = "sha256-KkrBWrZBvALM0TdF8AlW5Zf+r8EO9I76Otkq4cA+ikg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libX11 libXi libXt libXtst ];
|
buildInputs = [ libX11 libXi libXt libXtst ];
|
||||||
tags = [ "portal,x11" ];
|
tags = [ "portal,x11" ];
|
||||||
|
|
||||||
vendorSha256 = "sha256-UbDbUjC8R6LcYUPVWZID5dtu5tCV4NB268K6qTXYmZY=";
|
vendorSha256 = "sha256-lEl0SOqbw6PARgO1qIN20p13BbexfCeJug1ZkuahV+k=";
|
||||||
|
|
||||||
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