elixir_1_15: 1.15.1 -> 1.15.2

This commit is contained in:
meppu
2023-07-02 23:12:13 +03:00
parent 59a54a4fa6
commit 6cdb081191
@@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation {
version = "1.15.1";
sha256 = "sha256-TP97vnhX+ZZGmOzAfqKf0dSqObPMh+34xcVpFnSb11w=";
version = "1.15.2";
sha256 = "sha256-JLDjLO78p1i3FqGCbgl22SZFGPxJxKGKskzAJhHV8NE=";
# https://hexdocs.pm/elixir/1.15.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
minimumOTPVersion = "24";
escriptPath = "lib/elixir/scripts/generate_app.escript";