6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-qdTF4n3uhkl3WFT+7bAlwCjxBx3ggTN6i3WzFg+8Jrw=";
17 cargoHash = "sha256-JZPiTzr9KaaqiXKhsGOYmYMtjNzPQzKhqyfSlbeqME8=";
20 description = "X11 XTEST reimplementation primarily for Steam Controller on Wayland";
21 homepage = "https://github.com/Supreeeme/extest";
22 platforms = platforms.linux;
23 license = licenses.mit;
24 maintainers = [ maintainers.puffnfresh ];