Commit 375e8005 authored by R. RyanTM's avatar R. RyanTM
Browse files

elixir_1_17: 1.17.1 -> 1.17.2

parent 8f3b38da
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ mkDerivation }:
mkDerivation {
  version = "1.17.1";
  sha256 = "sha256-a7A+426uuo3bUjggkglY1lqHmSbZNpjPaFpQUXYtW9k=";
  # https://hexdocs.pm/elixir/1.17.1/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
  version = "1.17.2";
  sha256 = "sha256-8rb2f4CvJzio3QgoxvCv1iz8HooXze0tWUJ4Sc13dxg=";
  # https://hexdocs.pm/elixir/1.17.2/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
  minimumOTPVersion = "25";
  escriptPath = "lib/elixir/scripts/generate_app.escript";
}