Merge pull request #70034 from Ma27/bump-phpcbf

phpPackages.phpcbf: 3.4.2 -> 3.5.0
This commit is contained in:
Elis Hirwing 2019-09-30 07:19:37 +02:00 committed by GitHub
commit 4eaf7d8143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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