Merge pull request #248283 from r-ryantm/auto-update/php81Packages.php-cs-fixer

php81Packages.php-cs-fixer: 3.21.1 -> 3.22.0
This commit is contained in:
Elis Hirwing 2023-08-10 08:03:25 +02:00 committed by GitHub
commit 5df9515257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
let
pname = "php-cs-fixer";
version = "3.21.1";
version = "3.22.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 = "sha256-f/hD2it/l2hWGVoIXQBJYDC7s7JPSE+7RzbpdeNNRvg=";
sha256 = "sha256-iP5dmJkYZ/E1TAm4oLOCCQ5DCc4+I3CcEr8tOezzCt4=";
};
dontUnpack = true;