Commit 24ff7d3e authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

phpExtensions.mailparse: 3.1.4 -> 3.1.6

Changes:
https://github.com/php/pecl-mail-mailparse/compare/v3.1.4...v3.1.6

It notably includes changes needed for PHP 8.3 compatibility.
parent 9b0b5eab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
buildPecl {
  pname = "mailparse";

  version = "3.1.4";
  sha256 = "sha256-FHSSGzLH7vglFE4r4ZsenUdQWtQJcpgz/VDCXqzflXc=";
  version = "3.1.6";
  hash = "sha256-pp8WBVg+q9tZws1MFzNLMmc5ih1H4f1+25LYvvne4Ag=";

  internalDeps = [ php.extensions.mbstring ];
  postConfigure = ''