elixir_1_19: 1.19.0-rc1 -> 1.19.0-rc2 (#449894)

This commit is contained in:
Yt
2025-10-08 13:41:00 +00:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation {
version = "1.19.0-rc.1";
sha256 = "sha256-GqnIVktRWT7f73a1EolFbKi70fz0ncuyqh3gl/17Zh0=";
version = "1.19.0-rc.2";
sha256 = "sha256-RtJcnXjIqUw5h8Dsl8IPEaUVif4cHpUylmpmJCZ5EpM=";
# https://hexdocs.pm/elixir/1.19.0-rc.1/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
minimumOTPVersion = "26";
escriptPath = "lib/elixir/scripts/generate_app.escript";