Merge pull request #54499 from Gerschtli/update/php-cs-fixer

phpPackges.php-cs-fixer: 2.13.1 -> 2.14.0
This commit is contained in:
Elis Hirwing 2019-01-26 12:50:14 +01:00 committed by GitHub
commit 7d8387f060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];