phpPackages.phpcs: 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
··· 443 443 444 444 phpcs = pkgs.stdenv.mkDerivation rec { 445 445 name = "phpcs-${version}"; 446 - version = "2.6.0"; 446 + version = "3.2.3"; 447 447 448 448 src = pkgs.fetchurl { 449 449 url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar"; 450 - sha256 = "02mlv44x508rnkzkwiyh7lg2ah7aqyxcq65q9ycj06czm0xdzs41"; 450 + sha256 = "193axz56j1kyq458q0y38m99bx31jjjldfg6bv71vgm6zh4rvvs1"; 451 451 }; 452 452 453 453 phases = [ "installPhase" ]; ··· 464 464 description = "PHP coding standard tool"; 465 465 license = licenses.bsd3; 466 466 homepage = https://squizlabs.github.io/PHP_CodeSniffer/; 467 - maintainers = with maintainers; [ javaguirre ]; 467 + maintainers = with maintainers; [ javaguirre etu ]; 468 468 }; 469 469 }; 470 470