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

php80Packages.php-cs-fixer: 3.10.0 -> 3.11.0
This commit is contained in:
Elis Hirwing 2022-09-06 07:49:41 +02:00 committed by GitHub
commit 58db1157a7
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.10.0";
version = "3.11.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-dhXktw9wctIwvIlME4c4yBw7qBffetiERt1C6QWCrQo=";
sha256 = "sha256-hnSHR/tDX1w/4SV6fafvUHg4JwTQJxfwKaKvEbUWJjs=";
};
dontUnpack = true;