mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 12:44:44 +00:00
8 lines
278 B
Nix
8 lines
278 B
Nix
import ./generic-builder.nix {
|
|
version = "1.20.3";
|
|
hash = "sha256-60DlK+yocWcKnxcOtUOkRO69scaY35AADoKFCCF6QfQ=";
|
|
# https://hexdocs.pm/elixir/1.20.3/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
|
|
minimumOTPVersion = "27";
|
|
maximumOTPVersion = "29";
|
|
}
|