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.
This commit is contained in:
Thomas Gerbet
2025-03-15 10:43:22 +01:00
parent a0dc832b2e
commit afb73c8cf9
+2 -2
View File
@@ -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