Skip to content

Commit 86693dd

Browse files
committedJan 11, 2018
phpPackages.php-cs-fixer: 2.9.0 → 2.10.0
1 parent 9a6aa3c commit 86693dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/top-level/php-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,11 @@ let
393393

394394
php-cs-fixer = pkgs.stdenv.mkDerivation rec {
395395
name = "php-cs-fixer-${version}";
396-
version = "2.9.0";
396+
version = "2.10.0";
397397

398398
src = pkgs.fetchurl {
399399
url = "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v${version}/php-cs-fixer.phar";
400-
sha256 = "12z1fan4yyxll03an51zhx6npr1d49s84dvmrvnzzf9jhckl5mqd";
400+
sha256 = "0mi72sg0gms2lg1r1b6qxhsxgi3v07kczmr1hnk7pwa47jb6572q";
401401
};
402402

403403
phases = [ "installPhase" ];

0 commit comments

Comments
 (0)
Please sign in to comment.