From df9dc859128a89cd534ba031e5130716f09c823e Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Thu, 16 Oct 2025 10:23:52 -0400 Subject: [PATCH] elixir_1_19: 1.19.0-rc.2 -> 1.19.0 Changelog: https://github.com/elixir-lang/elixir/releases/tag/v1.19.0 Announcement: https://elixir-lang.org/blog/2025/10/16/elixir-v1-19-0-released/ --- pkgs/development/interpreters/elixir/1.19.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/elixir/1.19.nix b/pkgs/development/interpreters/elixir/1.19.nix index bcfda19c6f49..5cf251cff68b 100644 --- a/pkgs/development/interpreters/elixir/1.19.nix +++ b/pkgs/development/interpreters/elixir/1.19.nix @@ -1,7 +1,7 @@ { mkDerivation }: mkDerivation { - version = "1.19.0-rc.2"; - sha256 = "sha256-RtJcnXjIqUw5h8Dsl8IPEaUVif4cHpUylmpmJCZ5EpM="; + version = "1.19.0"; + sha256 = "sha256-d5ForVzRlj/OpusNNKIuTiNeiumqtruitxlVmvraah4="; # https://hexdocs.pm/elixir/1.19.0-rc.1/compatibility-and-deprecations.html#between-elixir-and-erlang-otp minimumOTPVersion = "26"; maximumOTPVersion = "28";