elixir: 1.6.6 -> 1.7.3

This commit is contained in:
Jean-Philippe Cugnet 2018-08-27 21:38:28 +02:00
parent a3f016f9f7
commit bd4b890fec
No known key found for this signature in database
GPG key ID: DE7B66F71BE85E31

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;