remote-touchpad: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm
2025-12-31 05:26:54 +00:00
parent 6e600478a7
commit 8dbf6f163d
+3 -3
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "remote-touchpad";
version = "1.5.2";
version = "1.5.3";
src = fetchFromGitHub {
owner = "unrud";
repo = "remote-touchpad";
rev = "v${version}";
sha256 = "sha256-mIPBUREv2uIiIiucPyKLBmf8OJPVPsbc8QI9v3NTBIQ=";
sha256 = "sha256-9K/AdkfpQbXPDIwai3h98G4lo4p8c/yTLxirhbo03U4=";
};
buildInputs = [
@@ -27,7 +27,7 @@ buildGoModule rec {
];
tags = [ "portal,x11" ];
vendorHash = "sha256-d2kKF13ESntZ0pRTYs5eFpkCTuOhei/bTyTmdYWvvRY=";
vendorHash = "sha256-nkzvE59H7adyzveXYFI1NVwIh8chBRrVZZKfLY0fEaw=";
meta = {
description = "Control mouse and keyboard from the web browser of a smartphone";