forked from mirrors/nixpkgs
phpPackges.php-cs-fixer: 2.13.1 -> 2.14.0
This commit is contained in:
parent
20343f0ab4
commit
c4811263c8
|
@ -297,11 +297,11 @@ let
|
|||
|
||||
php-cs-fixer = pkgs.stdenv.mkDerivation rec {
|
||||
name = "php-cs-fixer-${version}";
|
||||
version = "2.13.1";
|
||||
version = "2.14.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v${version}/php-cs-fixer.phar";
|
||||
sha256 = "0yy9q140jd63h9qz5jvplh7ls3j7y1hf25dkxk0h4mx9cbxdzkq4";
|
||||
sha256 = "0ap5bhm1h2ldyzlch7bz5n3jj2bpm4wd6bzw51g414pk9vksswc1";
|
||||
};
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
|
Loading…
Reference in a new issue