Merge pull request #292513 from drupol/php/php-cs-fixer/bump/3-9-0

phpPackages.php-codesniffer: 3.7.2 -> 3.9.0
This commit is contained in:
Pol Dellaiera 2024-03-01 11:55:36 +01:00 committed by GitHub
commit f324fb2f3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 877 additions and 468 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,17 +5,17 @@
php.buildComposerProject (finalAttrs: {
pname = "php-codesniffer";
version = "3.7.2";
version = "3.9.0";
src = fetchFromGitHub {
owner = "squizlabs";
owner = "PHPCSStandards";
repo = "PHP_CodeSniffer";
rev = "${finalAttrs.version}";
hash = "sha256-EJF9e8gyUy5SZ+lmyWFPAabqnP7Fy5t80gfXWWxLpk8=";
hash = "sha256-HyAb0vfruJWch09GVWtKI+NOTpsUkkLRusFSwZlNHjA=";
};
composerLock = ./composer.lock;
vendorHash = "sha256-svkQEKKFa0yFTiOihnAzVdi3oolq3r6JmlugyBZJATA=";
vendorHash = "sha256-nM0sKdD+fc3saPCvU+0KI7HM+LdSi0vJIoutwuZnx/Y=";
meta = {
changelog = "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/${finalAttrs.version}";