elixir: 1.16 -> 1.17 update default

This commit is contained in:
Sav Tripodi 2024-08-31 17:17:13 +09:30 committed by GitHub
parent 7d0d974fc2
commit 407c485571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ let
elvis-erlang = callPackage ./elvis-erlang { };
# BEAM-based languages.
elixir = elixir_1_16;
elixir = elixir_1_17;
elixir_1_17 = lib'.callElixir ../interpreters/elixir/1.17.nix {
inherit erlang;