1 { lib, stdenv, fetchFromGitHub, rustPlatform, Security }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-a2LJUWRQsUnwU0DZnO5T+geeVOBXPfsBptEMnO+jnFA=";
14 cargoSha256 = "sha256-IJqM9XuJSEZadYc38TnyVrszuL5noYktnlyVu7IBE5k=";
16 buildInputs = lib.optionals stdenv.isDarwin [ Security ];
19 description = "A jq clone focused on correctness, speed and simplicity";
20 homepage = "https://github.com/01mf02/jaq";
21 license = licenses.mit;
22 maintainers = with maintainers; [ siraben ];