phpPackages.php-cs-fixer: 2.15.1 => 2.15.3

This commit is contained in:
Soner Sayakci 2019-09-30 17:58:09 +02:00
parent a25dd40eb5
commit b7fdf53dd6
No known key found for this signature in database
GPG Key ID: C744D31BC99BCBB9

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" ];