phpPackages.php-cs-fixer: 2.15.3 -> 2.16.1

This commit is contained in:
Izorkin 2019-12-07 12:40:03 +03:00
parent 87828900b9
commit 66b25e63dc

View File

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