beamPackages.elixir: 1.18.2 -> 1.18.3 (#387608)

This commit is contained in:
Adam C. Stephens
2025-03-06 10:56:11 -05:00
committed by GitHub
@@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation {
version = "1.18.2";
sha256 = "sha256-8FhUKAaEjBBcF0etVPdkxMfrnR5niU40U8cxDRJdEok=";
version = "1.18.3";
sha256 = "sha256-jH+1+IBWHSTyqakGClkP1Q4O2FWbHx7kd7zn6YGCog0=";
# https://hexdocs.pm/elixir/1.18.0/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
minimumOTPVersion = "25";
escriptPath = "lib/elixir/scripts/generate_app.escript";