Commit afb73c8c authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

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.
parent a0dc832b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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