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

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

9 lines
269 B
Nix
Raw Normal View History

{ mkDerivation }:
mkDerivation {
2022-11-12 05:22:21 +00:00
version = "1.14.2";
sha256 = "sha256-ABS+tXWm0vP3jb4ixWSi84Ltya7LHAuEkGMuAoZqHPA=";
# https://hexdocs.pm/elixir/1.14.2/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
minimumOTPVersion = "23";
}