phpPackages.php-cs-fixer: 3.73.1 -> 3.86.0

This commit is contained in:
patka
2025-09-01 15:51:00 +02:00
parent 1c3ece86ab
commit 275f6b7ccd
2 changed files with 530 additions and 310 deletions
File diff suppressed because it is too large Load Diff
@@ -7,26 +7,24 @@
php.buildComposerProject2 (finalAttrs: {
pname = "php-cs-fixer";
version = "3.73.1";
version = "3.86.0";
src = fetchFromGitHub {
owner = "PHP-CS-Fixer";
repo = "PHP-CS-Fixer";
tag = "v${finalAttrs.version}";
hash = "sha256-1sivnmQDqyYVimac6yjKHTGSmJlx9WFCoQJXiZVce9Y=";
hash = "sha256-b68m8FVGf3qUbG1otRAQ8mnY0k3IBRBvigLYowgVH1g=";
};
# Upstream doesn't provide a composer.lock.
# More info at https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7590
composerLock = ./composer.lock;
vendorHash = "sha256-ywJ2Gj9vMeu1pOg2UtfWDaxU+mpt/ay5KNQiWZGm6h4=";
vendorHash = "sha256-JNtAMvuz9lFA+5c0O9XnI3Pid8TD1HaBqW2V2YDzkGw=";
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
meta = {
broken = lib.versionOlder php.version "8.2" || lib.versionAtLeast php.version "8.4";
broken = lib.versionOlder php.version "8.2";
changelog = "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v${finalAttrs.version}";
description = "Tool to automatically fix PHP coding standards issues";
homepage = "https://cs.symfony.com/";