From 2704a4661f6fc43024a7f279b91497835f89d5ad Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Mon, 20 Oct 2025 13:44:10 -0400 Subject: [PATCH] elixir_1_19: 1.19.0 -> 1.19.1 Changelog: https://github.com/elixir-lang/elixir/releases/tag/v1.19.1 --- 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 5cf251cff68b..20676fe8be79 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"; - sha256 = "sha256-d5ForVzRlj/OpusNNKIuTiNeiumqtruitxlVmvraah4="; + version = "1.19.1"; + sha256 = "sha256-0rJx1BoJGDS0FsXyngBfQL3LhhNZvwh+TLQZjqOPFQw="; # https://hexdocs.pm/elixir/1.19.0-rc.1/compatibility-and-deprecations.html#between-elixir-and-erlang-otp minimumOTPVersion = "26"; maximumOTPVersion = "28";