From 56dbc986a9d40ce84f00c0c93ecc3edad6dfc61e Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Mon, 16 Jun 2025 09:33:07 -0400 Subject: [PATCH] erlang_26: 26.2.5.12 -> 26.2.5.13 https://github.com/erlang/otp/releases/tag/OTP-26.2.5.13 https://cna.erlef.org/cves/cve-2025-4748.html Diff: https://github.com/erlang/otp/compare/OTP-26.2.5.12...OTP-26.2.5.13 --- pkgs/development/interpreters/erlang/26.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/erlang/26.nix b/pkgs/development/interpreters/erlang/26.nix index e8c1ea129030..b18854070055 100644 --- a/pkgs/development/interpreters/erlang/26.nix +++ b/pkgs/development/interpreters/erlang/26.nix @@ -1,6 +1,6 @@ { mkDerivation }: mkDerivation { - version = "26.2.5.12"; - sha256 = "sha256-q7rG83ioR0/bnAEzJZx5S17pQ91nE8R5+odHPVXngAI="; + version = "26.2.5.13"; + sha256 = "sha256-imgI9qgAi17wN/QHVC3JKrmOArq3i2k+xMg8yBK2VrQ="; }