Merge pull request #45680 from ejpcmac/update-elixir

elixir: 1.6.6 -> 1.7.3 (Update from elixir_1_6 to elixir_1_7)
This commit is contained in:
Daiderd Jordan 2018-08-27 21:57:08 +02:00 committed by GitHub
commit 440b09e228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;