Unverified Commit 483cbb06 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

remote-touchpad: 1.5.0 -> 1.5.2 (#451264)

parents 033c96d3 df9bc378
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";