pdepend: 2.14.0 -> 2.15.1

This commit is contained in:
Pol Dellaiera 2023-10-04 15:03:31 +02:00 committed by Yureka
parent f000a58d30
commit 22f0d1c5a0
2 changed files with 2097 additions and 2 deletions

2094
pkgs/by-name/pd/pdepend/composer.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,15 +2,16 @@
php.buildComposerProject (finalAttrs: {
pname = "pdepend";
version = "2.14.0";
version = "2.15.1";
src = fetchFromGitHub {
owner = "pdepend";
repo = "pdepend";
rev = finalAttrs.version;
hash = "sha256-ZmgMuOpUsx5JWTcPRS6qKbTWZvuOrBVOVdPMcvvTV20=";
hash = "sha256-tVWOR0rKMnQDeHk3MHhEVOjn+dSpoMx+Ln+AwFRMwYs=";
};
composerLock = ./composer.lock;
vendorHash = "sha256-MWm8urRB9IujqrIl22x+JFFCRR+nINLQqnHUywT2pi0=";
meta = {