Merge pull request #336128 from piotrkwiecinski/phpactor-builder-2

phpactor: switch to `buildComposerProject2`
This commit is contained in:
Pol Dellaiera 2024-08-20 21:15:31 +02:00 committed by GitHub
commit 472ec307c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
php,
}:
php.buildComposerProject (finalAttrs: {
php.buildComposerProject2 (finalAttrs: {
pname = "phpactor";
version = "2024.06.30.0";
@ -16,7 +16,7 @@ php.buildComposerProject (finalAttrs: {
hash = "sha256-QcKkkgpWWypapQPawK1hu+6tkF9c5ICPeEPWqCwrUBM=";
};
vendorHash = "sha256-onUhRO6d2osf7n5QlYY86eamlCCslQMVltAv1shskgI=";
vendorHash = "sha256-Q72EeGeVqjaOZeW8VAB59OY0E/wvL8Ljq/9XC4iK/rg=";
nativeBuildInputs = [ installShellFiles ];