phpPackages.phpcbf: 3.4.2 -> 3.5.0

This commit is contained in:
Maximilian Bosch 2019-09-29 23:24:07 +02:00
parent 99dd49fa6e
commit 096f03e414
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -338,12 +338,12 @@ let
};
phpcbf = mkDerivation rec {
version = "3.4.2";
version = "3.5.0";
pname = "phpcbf";
src = pkgs.fetchurl {
url = "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/${version}/phpcbf.phar";
sha256 = "08s47r8i5dyjivk1q3nhrz40n6fx3zghrn5irsxfnx5nj9pb7ffp";
sha256 = "15n3r3sc62ar1kq38idw22y7gasvy747bix99zs0l0paapcbxz6n";
};
phases = [ "installPhase" ];