6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-5Aa/uHWrU4bpWd28Uddnuhmi6guHy09W9AU8sAfea6I=";
17 cargoHash = "sha256-sH9rraPNAIlW2KQVaZfYa10c1HHQpDgedY1+9e94RLE=";
20 description = " A better way of working with structured data on the command line";
22 homepage = "https://github.com/arraypad/each";
23 license = with licenses; [ mit ];
24 maintainers = with maintainers; [ thiagokokada ];