Merge pull request #318561 from patka-123/update-php-parallel-lint

php81Packages.php-parallel-lint: 1.3.2.999 -> 1.4.0
This commit is contained in:
Pol Dellaiera 2024-06-09 19:13:40 +02:00 committed by GitHub
commit e04560f230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 52 additions and 1889 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,17 +6,17 @@
php.buildComposerProject (finalAttrs: {
pname = "php-parallel-lint";
version = "1.3.2.999";
version = "1.4.0";
src = fetchFromGitHub {
owner = "php-parallel-lint";
repo = "PHP-Parallel-Lint";
rev = "539292fea03d718cc86e7137ad72ea35b694f2bf";
hash = "sha256-VIBuS4PwRt20Ic5gYAXTv8p/5Nq/0B3VwMcp9zKbu5U=";
rev = "v${finalAttrs.version}";
hash = "sha256-g5e/yfvfq55MQDux3JRDvhaYEay68Q4u1VfIwDRgv7I=";
};
composerLock = ./composer.lock;
vendorHash = "sha256-PHQ0N1eFCM4s/aPVpTsyZN5gnQpNe9Wfs6CG2RNxxbk=";
vendorHash = "sha256-NZLGeX1i+E621UGYeWn5tKufDbCLv4iD1VXJcnhfleY=";
meta = {
description = "Tool to check syntax of PHP files faster than serial check with fancier output";