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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user