mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
elixir: 1.6.6 -> 1.7.3
This commit is contained in:
parent
a3f016f9f7
commit
bd4b890fec
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ let
|
|||
buildMix = callPackage ./build-mix.nix {};
|
||||
|
||||
# BEAM-based languages.
|
||||
elixir = elixir_1_6;
|
||||
elixir = elixir_1_7;
|
||||
|
||||
elixir_1_7 = lib.callElixir ../interpreters/elixir/1.7.nix {
|
||||
inherit rebar erlang;
|
||||
|
|
Loading…
Reference in a new issue