Unverified Commit b4aae762 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phpExtensions.imap: 1.0.2 -> 1.0.3 (#481168)

parents 5fcf0b3d d958e43f
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
}:

let
  version = "1.0.2";
  version = "1.0.3";
in
buildPecl {
  inherit version;
@@ -22,17 +22,9 @@ buildPecl {
    owner = "php";
    repo = "pecl-mail-imap";
    rev = version;
    hash = "sha256-QVeimxm3rfWMvMpSgadhMKd24yPdDGVuhXIOs8668do=";
    hash = "sha256-eDrznw5OtQXJZa7dR9roUiJyINXFZI5qmS+cyoaGHnk=";
  };

  patches = [
    # Fix compilation with PHP 8.4.
    (fetchpatch {
      url = "https://github.com/php/pecl-mail-imap/commit/4fc9970a29c205ec328f36edc8c119c158129324.patch";
      hash = "sha256-MxEaEe4YVeP7W5gDSNJb0thwAhxDj/yRr3qvjlJjRL4=";
    })
  ];

  nativeBuildInputs = [ pkg-config ];

  buildInputs = [