6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "yamafaktory";
13 rev = "jql-v${version}";
14 hash = "sha256-4H2V/ZE29Jw0JWSzP7X8SKgD+vXoCd7pcfTqB7/8m7M=";
17 cargoHash = "sha256-/Y880GUXTUOd7SyVhbMZhMPgfm66HbWrz5miGJjfX0g=";
20 description = "JSON Query Language CLI tool built with Rust";
21 homepage = "https://github.com/yamafaktory/jql";
22 changelog = "https://github.com/yamafaktory/jql/releases/tag/${src.rev}";
23 license = with licenses; [ asl20 mit ];
24 maintainers = with maintainers; [ akshgpt7 figsoda ];