remote-touchpad: 1.5.0 -> 1.5.2

This commit is contained in:
R. Ryantm
2025-10-12 08:07:20 +00:00
parent 695a0cbd06
commit df9bc37829
+3 -3
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "remote-touchpad";
version = "1.5.0";
version = "1.5.2";
src = fetchFromGitHub {
owner = "unrud";
repo = "remote-touchpad";
rev = "v${version}";
sha256 = "sha256-UZjbU9Ti5+IjcxIf+LDWlcqxb4kMIwa8zHmZDdZbnw8=";
sha256 = "sha256-mIPBUREv2uIiIiucPyKLBmf8OJPVPsbc8QI9v3NTBIQ=";
};
buildInputs = [
@@ -27,7 +27,7 @@ buildGoModule rec {
];
tags = [ "portal,x11" ];
vendorHash = "sha256-4TJ9Nok1P3qze69KvrwFo5sMJ4nDYhDNuApsNlZLWCI=";
vendorHash = "sha256-d2kKF13ESntZ0pRTYs5eFpkCTuOhei/bTyTmdYWvvRY=";
meta = with lib; {
description = "Control mouse and keyboard from the web browser of a smartphone";