From eebeb17c3f40773c4af77c4c0b64fec9069bad1a Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Fri, 9 Jan 2026 10:07:51 -0500 Subject: [PATCH] elixir_1_19: 1.19.4 -> 1.19.5 Changelog: https://github.com/elixir-lang/elixir/releases/tag/v1.19.5 --- 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 b7979d498f9c..9444d4958a01 100644 --- a/pkgs/development/interpreters/elixir/1.19.nix +++ b/pkgs/development/interpreters/elixir/1.19.nix @@ -1,6 +1,6 @@ import ./generic-builder.nix { - version = "1.19.4"; - hash = "sha256-lJC/xXkVIsX6AgL3ynU6C9AncBDwHPsUGxyYlTRdaMY="; + version = "1.19.5"; + hash = "sha256-ph7zu0F5q+/QZcsVIwpdU1icN84Rn3nIVpnRelpRIMQ="; # https://hexdocs.pm/elixir/1.19.0-rc.1/compatibility-and-deprecations.html#between-elixir-and-erlang-otp minimumOTPVersion = "26"; maximumOTPVersion = "28";