phpPackages.phan: migrate to buildComposerProject2

This commit is contained in:
Piotr Kwiecinski
2026-01-18 18:07:01 +01:00
parent bcfeef0b39
commit 5aa0015983
@@ -4,7 +4,7 @@
php,
}:
(php.withExtensions ({ enabled, all }: enabled ++ (with all; [ ast ]))).buildComposerProject
(php.withExtensions ({ enabled, all }: enabled ++ (with all; [ ast ]))).buildComposerProject2
(finalAttrs: {
pname = "phan";
version = "5.5.1";
@@ -16,7 +16,7 @@
hash = "sha256-G17ORkHmu6nkfJ8UrGzcaybPOKPrq1Q+LXVS56aVOZ8=";
};
vendorHash = "sha256-Ake5/7IyoweC2ONDuWt9jJSbG0JbnU9lmCRu2p6uUQM=";
vendorHash = "sha256-k/ExFSr0veKYURu66HmYaNHPubAAKH5mgIPXzcpMbPc=";
meta = {
description = "Static analyzer for PHP";