6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "elliot40404";
14 hash = "sha256-sAMIteNkGRqmE7BQD/TNC01K3eQQTLKuc0jcxHxtKF8=";
17 cargoHash = "sha256-/qBuIG5ETUWMv2iOGpW3/awuhZb35qsBAflNJv3xTUs=";
20 description = "Blazingly fast touch alternative written in Rust";
21 homepage = "https://github.com/elliot40404/bonk";
22 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [ dit7ya ];