mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
commit
e04560f230
File diff suppressed because it is too large
Load Diff
@ -6,17 +6,17 @@
|
|||||||
|
|
||||||
php.buildComposerProject (finalAttrs: {
|
php.buildComposerProject (finalAttrs: {
|
||||||
pname = "php-parallel-lint";
|
pname = "php-parallel-lint";
|
||||||
version = "1.3.2.999";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "php-parallel-lint";
|
owner = "php-parallel-lint";
|
||||||
repo = "PHP-Parallel-Lint";
|
repo = "PHP-Parallel-Lint";
|
||||||
rev = "539292fea03d718cc86e7137ad72ea35b694f2bf";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-VIBuS4PwRt20Ic5gYAXTv8p/5Nq/0B3VwMcp9zKbu5U=";
|
hash = "sha256-g5e/yfvfq55MQDux3JRDvhaYEay68Q4u1VfIwDRgv7I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
composerLock = ./composer.lock;
|
composerLock = ./composer.lock;
|
||||||
vendorHash = "sha256-PHQ0N1eFCM4s/aPVpTsyZN5gnQpNe9Wfs6CG2RNxxbk=";
|
vendorHash = "sha256-NZLGeX1i+E621UGYeWn5tKufDbCLv4iD1VXJcnhfleY=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tool to check syntax of PHP files faster than serial check with fancier output";
|
description = "Tool to check syntax of PHP files faster than serial check with fancier output";
|
||||||
|
Loading…
Reference in New Issue
Block a user