phpPackages.phpcs: 3.3.2 -> 3.4.0

Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.4.0
This commit is contained in:
Elis Hirwing 2018-12-20 09:43:19 +01:00
parent 25eb8419d9
commit c95909721e
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -357,11 +357,11 @@ let
phpcs = pkgs.stdenv.mkDerivation rec {
name = "phpcs-${version}";
version = "3.3.2";
version = "3.4.0";
src = pkgs.fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
sha256 = "0np3bsj32mwyrcccw5pgypz7wchd5l89bq951w9a7bxh80gjhak9";
sha256 = "1d6zf0ab76r5ibb80q46silhy87hrwh50gfvhd0i25wzad7r09mw";
};
phases = [ "installPhase" ];