Loading pkgs/development/php-packages/imap/default.nix +2 −10 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ }: let version = "1.0.2"; version = "1.0.3"; in buildPecl { inherit version; Loading @@ -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 = [ Loading Loading
pkgs/development/php-packages/imap/default.nix +2 −10 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ }: let version = "1.0.2"; version = "1.0.3"; in buildPecl { inherit version; Loading @@ -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 = [ Loading