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

php73Packages.php-cs-fixer: 2.18.0 -> 2.18.2
This commit is contained in:
Elis Hirwing 2021-01-31 20:13:04 +01:00 committed by GitHub
commit 241780287e
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.18.0";
version = "2.18.2";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v${version}/php-cs-fixer.phar";
sha256 = "sha256-euvk/Rs6fZIJVWprzKiTVNPlGOsCN6t58DzvwYh3wDA=";
sha256 = "sha256-451be1O/y92ib5hZNVbf8iCkD+e9DoK47Z7IkMnwuo0=";
};
phases = [ "installPhase" ];