remote-touchpad: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm 2023-05-28 02:00:49 +00:00
parent 73960c6586
commit d9f29f0ea5

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