phpPackages.php-parallel-lint: 1.0.0 -> 1.3.2

Upstream has been modified to the advised fork which seems to be manaed
by known members of the PHP community.
main
Thomas Gerbet 2 years ago
parent 3c90c28124
commit 74240cf176
  1. 8
      pkgs/development/php-packages/php-parallel-lint/default.nix

@ -1,16 +1,16 @@
{ mkDerivation, fetchFromGitHub, makeWrapper, lib, php }: { mkDerivation, fetchFromGitHub, makeWrapper, lib, php }:
let let
pname = "php-parallel-lint"; pname = "php-parallel-lint";
version = "1.0.0"; version = "1.3.2";
in in
mkDerivation { mkDerivation {
inherit pname version; inherit pname version;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "JakubOnderka"; owner = "php-parallel-lint";
repo = "PHP-Parallel-Lint"; repo = "PHP-Parallel-Lint";
rev = "v${version}"; rev = "v${version}";
sha256 = "16nv8yyk2z3l213dg067l6di4pigg5rd8yswr5xgd18jwbys2vnw"; sha256 = "sha256-pTHH19HwqyOj5pSmH7l0JlntNVtMdu4K9Cl+qyrrg9U=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -38,7 +38,7 @@ mkDerivation {
meta = with lib; { meta = with lib; {
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";
license = licenses.bsd2; license = licenses.bsd2;
homepage = "https://github.com/JakubOnderka/PHP-Parallel-Lint"; homepage = "https://github.com/php-parallel-lint/PHP-Parallel-Lint";
maintainers = with maintainers; [ jtojnar ] ++ teams.php.members; maintainers = with maintainers; [ jtojnar ] ++ teams.php.members;
}; };
} }

Loading…
Cancel
Save