phpPackages.php-cs-fixer: 2.15.1 => 2.15.3
This commit is contained in:
parent
a25dd40eb5
commit
b7fdf53dd6
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user