phpExtensions.imap: 1.0.2 -> 1.0.3

This commit is contained in:
Piotr Kwiecinski
2026-01-17 23:48:07 +01:00
parent dff01c7277
commit d958e43f85
+2 -10
View File
@@ -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 = [