Merge pull request #241168 from meppu/elixir-1.15

elixir_1_15: 1.15.1 -> 1.15.2
This commit is contained in:
Weijia Wang 2023-07-03 17:32:52 +03:00 committed by GitHub
commit 46585b9daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";