1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-eX2d9h6zNbheS68j3lyhJW05JZmQN2I2MdcmiZB8Mec=";
12 cargoHash = "sha256-gnym2sedyzQzubOtj64Yoh+sKT+sa60w/Z72hby7Pms=";
15 description = "Calculator REPL, similar to bc";
16 homepage = "https://github.com/NerdyPepper/eva";
17 license = licenses.mit;
18 maintainers = with maintainers; [ nrdxp ma27 figsoda ];