Merge pull request #102747 from r-ryantm/auto-update/php-php-cs-fixer

php73Packages.php-cs-fixer: 2.16.4 -> 2.16.7
This commit is contained in:
Elis Hirwing 2020-11-04 18:29:13 +01:00 committed by GitHub
commit 6b41eb10ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, pkgs, lib, php }: { mkDerivation, fetchurl, pkgs, lib, php }:
let let
pname = "php-cs-fixer"; pname = "php-cs-fixer";
version = "2.16.4"; version = "2.16.7";
in in
mkDerivation { mkDerivation {
inherit pname version; inherit pname version;
src = fetchurl { src = fetchurl {
url = "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v${version}/php-cs-fixer.phar"; url = "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v${version}/php-cs-fixer.phar";
sha256 = "05rdvypxc86hjs8b7id2csa7g1rf7dk2swzfvd5768abdgfasvr8"; sha256 = "1azivqvgqy224g2ch9v9qgi31w4ml7fph3bsk8c304yvbvvfv5nh";
}; };
phases = [ "installPhase" ]; phases = [ "installPhase" ];