elixir_1_15: 1.15.6 -> 1.15.7

This commit is contained in:
Adam Stephens
2023-10-14 19:04:45 +00:00
committed by Yt
parent a777a27b9a
commit fd64e11f83
@@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation {
version = "1.15.6";
sha256 = "sha256-eRwyqylldsJOsGAwm61m7jX1yrVDrTPS0qO23lJkcKc=";
version = "1.15.7";
sha256 = "sha256-6GfZycylh+sHIuiQk/GQr1pRQRY1uBycSQdsVJ0J13k=";
# 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";