phpPackages.phan: migrate to buildComposerProject2
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user