php81Packages.php-cs-fixer: 3.51.0 -> 3.58.1

release notes: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases
This commit is contained in:
Patka 2024-06-09 16:08:40 +02:00
parent 1fec1c179f
commit 52ae9cfc24
No known key found for this signature in database
2 changed files with 1749 additions and 232 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,19 +6,19 @@
php.buildComposerProject (finalAttrs: {
pname = "php-cs-fixer";
version = "3.51.0";
version = "3.58.1";
src = fetchFromGitHub {
owner = "PHP-CS-Fixer";
repo = "PHP-CS-Fixer";
rev = "v${finalAttrs.version}";
hash = "sha256-49MzEEHFbr4jRYALdFqcQAOoQ3btoPkI9bpYJSxxnTo=";
hash = "sha256-MBNFTHhApANDeHY0tTKbIP2EfVDH7mxwA42PKihzPug=";
};
# Missing `composer.lock` from the repository.
# Issue open at https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7590
composerLock = ./composer.lock;
vendorHash = "sha256-b0vrjv0dqQTD3nuo6nqpUtF4JkD8mj4OnNKKqp6hcvU=";
vendorHash = "sha256-dryqtCUr2xkZgDRLKpQjyEpLGz8WiHtLY4fF/pCR10w=";
meta = {
changelog = "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v${finalAttrs.version}";