diff --git a/pkgs/by-name/re/remote-touchpad/package.nix b/pkgs/by-name/re/remote-touchpad/package.nix index 4c75c1017f1f..5bc82b6f3844 100644 --- a/pkgs/by-name/re/remote-touchpad/package.nix +++ b/pkgs/by-name/re/remote-touchpad/package.nix @@ -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";