phpPackages.phpcs: 3.5.1 -> 3.5.3

This commit is contained in:
Izorkin 2019-12-07 12:42:47 +03:00
parent 4a1684f378
commit b7fb18ae9f

View File

@ -381,12 +381,12 @@ let
};
phpcs = mkDerivation rec {
version = "3.5.1";
version = "3.5.3";
pname = "phpcs";
src = pkgs.fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcs.phar";
sha256 = "060jzgd99j16xjs0n75sgp79an6n7qp6zv5lrw6700jnw67zpmn7";
sha256 = "0y4nhsifj4pdmf5g1nnm4951yjgiqswyz7wmjxx6kqiqc7chlkml";
};
phases = [ "installPhase" ];