7 rustPlatform.buildRustPackage rec {
9 version = "0.pre+date=2022-05-10";
11 src = fetchFromGitHub {
14 rev = "866c4decbb9340f5af687b145e2c4f47fcbee786";
15 hash = "sha256-sxzkZ2Rhn3HvZIfjnJ6Z2au/l/jV5705ecs/X3Iah6k=";
18 cargoSha256 = "sha256-nX5FoPAk50wt0CXskyg7jQeHvD5YtBNnCe0CVOGXTMI=";
21 homepage = "https://github.com/nonamescm/yex-lang";
22 description = "A functional scripting language written in rust";
23 license = licenses.mit;
24 maintainers = with maintainers; [ AndersonTorres ];
26 platforms = platforms.unix;