8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-QXlHiVlKx9qmW5Cw4IGzjuUSUfoc9IvA5ZkTc1Ev37Q=";
19 cargoHash = "sha256-9fv8Z9AE9GV/Bq+iAsxUkD/CS25/kOBKKS4SAke/tFk=";
21 buildInputs = lib.optionals stdenv.isDarwin [
22 darwin.apple_sdk.frameworks.Security
26 description = "A jq clone focused on correctness, speed and simplicity";
27 homepage = "https://github.com/01mf02/jaq";
28 changelog = "https://github.com/01mf02/jaq/releases/tag/${src.rev}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ figsoda siraben ];