6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "yamafaktory";
13 rev = "jql-v${version}";
14 hash = "sha256-Yl3eWwk5Nc52I3bUjdT6QdwC65cKY0EVKNaDfJenwx0=";
17 cargoHash = "sha256-u0DqjHJv1GyoCIovCUR+gjkb9h48CbJd6saxeQFaL2A=";
20 description = "A 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 ];