elixir_1_15: 1.15.2 -> 1.15.4

authored by meppu and committed by Yt 12ecdc25 9c017f71

+2 -2
+2 -2
pkgs/development/interpreters/elixir/1.15.nix
··· 1 1 { mkDerivation }: 2 2 mkDerivation { 3 - version = "1.15.2"; 4 - sha256 = "sha256-JLDjLO78p1i3FqGCbgl22SZFGPxJxKGKskzAJhHV8NE="; 3 + version = "1.15.4"; 4 + sha256 = "sha256-0DrfKQPyFX+zurCIZ6RVj9vm1lHSkJSfhiUaRpa3FFo="; 5 5 # https://hexdocs.pm/elixir/1.15.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp 6 6 minimumOTPVersion = "24"; 7 7 escriptPath = "lib/elixir/scripts/generate_app.escript";