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

Merge pull request #234541 from r-ryantm/auto-update/remote-touchpad

remote-touchpad: 1.4.1 -> 1.4.2
parents 92421107 d9f29f0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "remote-touchpad";
  version = "1.4.1";
  version = "1.4.2";

  src = fetchFromGitHub {
    owner = "unrud";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-3P72DWwDvmlWM73nzbj1UceWv/CNuCu7+LnBDlCDlgo=";
    sha256 = "sha256-uydt95mK0395dHvEno2SCnmKMJSkQ4TL7k7gnyoXlO0=";
  };

  buildInputs = [ libXi libXrandr libXt libXtst ];