Merge pull request #70067 from shyim/update-php-cs-fixer

phpPackages.php-cs-fixer: 2.15.1 => 2.15.3
This commit is contained in:
Elis Hirwing 2019-10-01 08:19:58 +02:00 committed by GitHub
commit 8618334d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,12 +262,12 @@ let
};
php-cs-fixer = mkDerivation rec {
version = "2.15.1";
version = "2.15.3";
pname = "php-cs-fixer";
src = pkgs.fetchurl {
url = "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v${version}/php-cs-fixer.phar";
sha256 = "0qbqdki6vj8bgj5m2k4mi0qgj17r6s2v2q7yc30hhgvksf7vamlc";
sha256 = "0hbc9y3676dd0841llgp1g7bhklfxi1cw47dcww0qmk69gjfv54c";
};
phases = [ "installPhase" ];