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

php74Packages.php-cs-fixer: 3.0.0 -> 3.3.2
This commit is contained in:
Elis Hirwing 2021-12-08 08:21:44 +01:00 committed by GitHub
commit a9880b7fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
let
pname = "php-cs-fixer";
version = "3.0.0";
version = "3.3.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 = "141rkcr0wbsqnc4s5vg4bk4dmxwigwxa3j0vi5c42b5k1lq3sgwr";
sha256 = "sha256-iny2/L+RbwHUtCO3hQtEAbxocnUBG29DcyJnmk/EYT8=";
};
dontUnpack = true;