6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "cryptaliagy";
13 rev = "refs/tags/${version}";
14 hash = "sha256-g8xjz8qCTiulTwcEbLTHYldw4PI+4ZfCOMJs+J6L1C4=";
17 cargoHash = "sha256-/cepTVJoBM1LYZkFpH9UCvE74cSszHDaeThsZksQ1P8=";
20 description = "Tool for getting data from TOML files on the command line";
21 homepage = "https://github.com/cryptaliagy/tomlq";
22 license = lib.licenses.mit;
23 maintainers = with lib.maintainers; [ kinzoku ];