bonfire-app/props.nix
2022-08-01 16:40:30 +12:00

11 lines
239 B
Nix

{
# the name of the package
app_name = "bonfire";
# the version of the package
app_version = "0.3.0-classic-beta.7";
# version release of elixir
elixir_release = "1.13";
# version release of erlang
erlang_release = "24";
}