nixpkgs/pkgs/development/interpreters/elixir/1.17.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
327 B
Nix
Raw Normal View History

2024-06-12 12:42:30 +00:00
{ mkDerivation }:
mkDerivation {
2024-09-19 03:37:13 +00:00
version = "1.17.3";
sha256 = "sha256-7Qo6y0KAQ9lwD4oH+7wQ4W5i6INHIBDN9IQAAsYzNJw=";
# https://hexdocs.pm/elixir/1.17.3/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
2024-06-12 12:42:30 +00:00
minimumOTPVersion = "25";
escriptPath = "lib/elixir/scripts/generate_app.escript";
}