From afb73c8cf9a1f5336367edbe8627c9c9da981cc4 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Sat, 15 Mar 2025 10:43:22 +0100 Subject: [PATCH] php81: 8.1.31 -> 8.1.32 https://www.php.net/ChangeLog-8.php#8.1.32 Fixes CVE-2024-11235, GHSA-wg4p-4hqh-c3g9, CVE-2025-1219, CVE-2025-1736, CVE-2025-1861, CVE-2025-1734 and CVE-2025-1217. --- pkgs/development/interpreters/php/8.1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/php/8.1.nix b/pkgs/development/interpreters/php/8.1.nix index 84e22ab8b12f..d969e6c65a66 100644 --- a/pkgs/development/interpreters/php/8.1.nix +++ b/pkgs/development/interpreters/php/8.1.nix @@ -4,8 +4,8 @@ let base = callPackage ./generic.nix ( (removeAttrs _args [ "fetchpatch" ]) // { - version = "8.1.31"; - hash = "sha256-CzmCizRRUcrxt5XZ9LkjyYhyMXdsMwdt/J2QpEOQ0Nw="; + version = "8.1.32"; + hash = "sha256-oE/dPfBflI34qPLF0nq1TB9DgixSXzH9IMGaKCRS0Hw="; } ); in