5 rustPlatform.buildRustPackage rec {
9 src = fetchFromGitHub {
10 owner = "datafusion-contrib";
12 rev = "5c6730a8e3cd43c7847aef76b499197730cded58";
13 hash = "sha256-gUKsJwbpMPSO+KPqyJRodrRLjUpTh/y6C2xhrgvJFKk=";
16 cargoHash = "sha256-4KrFhchoIB2N89m7HrL0xj2Z+u/6/6Onxa2wIAX18Io=";
19 description = "boring data tool. A CLI tool to query parquet, json and avro files";
20 homepage = "https://github.com/datafusion-contrib/bdt";
21 license = licenses.asl20;
23 maintainers = with maintainers; [ matthiasq ];