phpPackages.php-cs-fixer: 2.12.1 → 2.12.2

This commit is contained in:
Jan Tojnar 2018-07-15 19:00:53 +02:00
parent 2c65c6a08c
commit bea8e84964
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -383,11 +383,11 @@ let
php-cs-fixer = pkgs.stdenv.mkDerivation rec {
name = "php-cs-fixer-${version}";
version = "2.12.1";
version = "2.12.2";
src = pkgs.fetchurl {
url = "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v${version}/php-cs-fixer.phar";
sha256 = "1ifwb30wddp5blqnrkdmf0x11dk7nbxj4z2v5403fn7wfhgvibd2";
sha256 = "19cq04x1wi489259vyad15zy6y0k3qd7dj77pcf74gxqw92hgg5c";
};
phases = [ "installPhase" ];