phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687)

This commit is contained in:
Pol Dellaiera 2024-11-14 05:37:25 +01:00 committed by GitHub
commit b0eadf3d02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1104 additions and 871 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,18 +4,18 @@
php,
}:
php.buildComposerProject (finalAttrs: {
php.buildComposerProject2 (finalAttrs: {
pname = "phpinsights";
version = "2.11.0";
version = "2.12.0";
src = fetchFromGitHub {
owner = "nunomaduro";
repo = "phpinsights";
rev = "v${finalAttrs.version}";
hash = "sha256-7ATlfAlCFv78JSKg5cD/VcYoq/EAM/6/GjH3lkfVCJ8=";
hash = "sha256-XuvwO/MkGBMWo2hjDPDDYS3JmfWJH75mbNn6oKsMWps=";
};
vendorHash = "sha256-MOq7xmX8wqDk9W3M2gkejyXXPTcVFFgU0ohmDpL0Tvg=";
vendorHash = "sha256-xeruE3oCrl6usg/7Wmop/w/CrIZfT+zMTQiQJXtBExw=";
composerLock = ./composer.lock;