6 rustPlatform.buildRustPackage rec {
11 inherit pname version;
12 hash = "sha256-Qe+crretlKJRoNPO2+aHxCmMO9MecqGjOuvdhr4a0NU=";
15 cargoHash = "sha256-R2ng5l2l/5vWnTJ3kt3cURNWL4Lo55yGbSE+9hjQu20=";
18 description = "Pure rust implementation of jq";
19 homepage = "https://github.com/MiSawa/xq";
20 license = licenses.mit;
21 maintainers = with maintainers; [ matthewcroughan ];