Merge pull request #226911 from r-ryantm/auto-update/php80Packages.php-cs-fixer

php80Packages.php-cs-fixer: 3.13.1 -> 3.16.0
This commit is contained in:
Elis Hirwing 2023-04-19 07:25:54 +02:00 committed by GitHub
commit 58ff4243f7
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.13.1";
version = "3.16.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 = "4bQrCjuaWN4Dbs1tkk4m1WxSb510ue7G59HA+gQ52yk=";
sha256 = "sha256-B4VzfsSwcffR/t4eREMLH9jRWCTumYel6GM4rpumVBY=";
};
dontUnpack = true;