phpPackages.phpcbf: 2.6.0 -> 3.2.3

Release notes:
https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.2.3

Plus an infinite of versions before that.

+3 -3
+3 -3
pkgs/top-level/php-packages.nix
··· 470 470 471 471 phpcbf = pkgs.stdenv.mkDerivation rec { 472 472 name = "phpcbf-${version}"; 473 - version = "2.6.0"; 473 + version = "3.2.3"; 474 474 475 475 src = pkgs.fetchurl { 476 476 url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar"; 477 - sha256 = "1ijf52cgd85ypvw431nnmzij6156ryhfvmajpkr7plfw0iccqc5j"; 477 + sha256 = "00p0l01shxx1h6g26j2dbfrp9j7im541das4xps4wrsvc4h4da9l"; 478 478 }; 479 479 480 480 phases = [ "installPhase" ]; ··· 491 491 description = "PHP coding standard beautifier and fixer"; 492 492 license = licenses.bsd3; 493 493 homepage = https://squizlabs.github.io/PHP_CodeSniffer/; 494 - maintainers = with maintainers; [ cmcdragonkai ]; 494 + maintainers = with maintainers; [ cmcdragonkai etu ]; 495 495 }; 496 496 }; 497 497 }; in self