0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

php81Packages.php-parallel-lint: 1.3.2.999 -> 1.4.0

release notes: https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/tag/v1.4.0
This commit is contained in:
Patka 2024-06-09 17:51:23 +02:00
parent 1fec1c179f
commit 42a580f70a
No known key found for this signature in database
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";