lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

remote-touchpad: 1.4.2 -> 1.4.3

+3 -3
+3 -3
pkgs/tools/inputmethods/remote-touchpad/default.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "remote-touchpad"; 12 - version = "1.4.2"; 12 + version = "1.4.3"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "unrud"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-uydt95mK0395dHvEno2SCnmKMJSkQ4TL7k7gnyoXlO0="; 18 + sha256 = "sha256-EfZ8h65jFVdy/U7I2YDoIMHgnnYpUcrOYUAMCPOmK6U="; 19 19 }; 20 20 21 21 buildInputs = [ libXi libXrandr libXt libXtst ]; 22 22 tags = [ "portal,x11" ]; 23 23 24 - vendorHash = "sha256-SYh1MhJUrJKguR12L3yyxHoBB6ux6a4TUJyPvoYx7iU="; 24 + vendorHash = "sha256-UX366UWROeorwYV4l1A3R03J10Gm7EajM+wEczIJEJM="; 25 25 26 26 meta = with lib; { 27 27 description = "Control mouse and keyboard from the webbrowser of a smartphone.";