mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
7 lines
278 B
Nix
7 lines
278 B
Nix
import ./generic-builder.nix {
|
|
version = "1.20.0";
|
|
hash = "sha256-cTogrKyG2SkJFlnB43pwKiowf41eTHPTHbIS5f44b0Q=";
|
|
# https://hexdocs.pm/elixir/1.20.0/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
|
|
minimumOTPVersion = "27";
|
|
maximumOTPVersion = "29";
|
|
}
|