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