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

remote-touchpad: 1.4.1 -> 1.4.2
This commit is contained in:
Nick Cao 2023-05-27 23:28:52 -06:00 committed by GitHub
commit a56e4dc52e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];