6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-+QkkwQfp818bKVo1yUkWKLMqbdzRJ+oHpjxB+UFDRsU=";
17 cargoHash = "sha256-NbqmXptLmqLd6QizRB1bIM53Rdj010Hy3JqSuLQ4H24=";
20 description = "When cut doesn't cut it";
22 homepage = "https://github.com/riquito/tuc";
23 license = licenses.gpl3;
24 maintainers = with maintainers; [ dit7ya ];