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

php73Packages.php-cs-fixer: 2.17.0 -> 2.18.0
This commit is contained in:
Elis Hirwing 2021-01-21 09:49:28 +01:00 committed by GitHub
commit e8f63a9f1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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