phpPackages.php-cs-fixer: 3.87.2 -> 3.94.2 (#496326)

This commit is contained in:
Pol Dellaiera
2026-03-05 09:23:58 +00:00
committed by GitHub
2 changed files with 667 additions and 348 deletions
File diff suppressed because it is too large Load Diff
@@ -7,17 +7,17 @@
php.buildComposerProject2 (finalAttrs: {
pname = "php-cs-fixer";
version = "3.87.2";
version = "3.94.2";
src = fetchFromGitHub {
owner = "PHP-CS-Fixer";
repo = "PHP-CS-Fixer";
tag = "v${finalAttrs.version}";
hash = "sha256-IPBMi8Bln99zcCxkNPGKWSUQMvtxHlRq4BwuoMCXkYw=";
hash = "sha256-eX9awtJeOJSX0Q+687egTTRZFpj5qTjjAamGpJUMKzA=";
};
composerLock = ./composer.lock;
vendorHash = "sha256-iQRY9DY2AEHuP3KJKC9ei8xcXgMvzxvyFl/9FwtN+kE=";
vendorHash = "sha256-b3K7Ed/gtqyyEDrivMX8SFXe0X2XeJJ+zM6Pp1jY+Ow=";
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];